|
From: Chris H. <pop...@so...> - 2002-07-02 16:08:03
|
> -----Original Message----- > From: min...@li... > [mailto:min...@li...] On Behalf Of > Thomas Gentsch > Sent: Tuesday, July 02, 2002 5:56 PM > To: min...@li... > Subject: [Mingw-users] dllwrap won't resolve socket functions > > > dllwrap -v --nodelete --export-all --output-def im.def --implib > > libim.a --driver-name c++ -o libim.dll > --driver_flags=-L/c/mingw/lib > > -lwsock32 -lws2_32 imsock.o [ ... more object files ... ] dllinit.o I dunno if it solves your problem, but you should not include both libwsock32.a and libws2_32.a. Try leave out the import library for the outdated and no longer supported, wsock32.dll. Chris |