Compiling libpurple in Visual Studio

Nick Hebner hebnern at gmail.com
Wed May 30 04:04:16 EDT 2007


Well, the problem was not with these *not* being defined, but with them
being defined as __stdcall. Obviously, this works in mingw, but I'm not sure
which way is right. VS complains if these are specified as __stdcall, but
not when this is removed (and thus __cdecl). I will look more into this
tomorrow, and try the mingw compile with these specified as __cdecl.

Nick

On 5/29/07, Richard Laager <rlaager at wiktel.com> wrote:
>
> For the WSAAPI problem, does #include <winsock2.h> in
> libpurple/network.c help?
>
> For WINAPI, since we only support win32, can we just define it to
> __stdcall if it's undefined?
>
> Richard
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20070530/d42d63d4/attachment.html>


More information about the Devel mailing list