Dylan Cuthbert wrote:
> Hello there, > > I've searched the archives high and low and can't seem to find a solution to > my problem. > > When compiling a DirectInput8 function such as DirectInput8Create() I get an > error linking: > > Unable to resolve DirectInput8Create@20 > > I am linking directly with the .lib files supplied by Microsoft, and all the > Directx8 GUID references seem to link fine so does anybody have any idea > what the problem might be? Why ? Link against those in /usr/lib. gcc doesn't understand the MS export libraries. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/