[Prev][Next][Index][Thread]
Re: compiling Libwww with MSVC+
...after several times trying to compile the w3c listen-tool + libwww [DLL] on Windows NT using MSVC++ 4.1(?!)
i get it running using these preprocessorsettings under [build->settings->c++]:
for your app:
_WIN32,_WINSOCKAPI,_CONSOLE,WWW_WIN_ASYNC
for libwww:
_CONSOLE,_WIN32,WWW_WIN_DLL,WWW_WIN_ASYNC,_WINSOCKAPI
make sure that both, the app and libwww was compiled using these settings and the
Multithreaded DLL !
Thats all from me, i hope this helps you.
Martin (mostrowski@marlowe.iosys.de)