SDL_net with mingw32 (DevCpp)

I just successfully configured my DevCpp to compile SDL projects, but I
need to use SDL_net library, too. On http://www.libsdl.org/ I couldn’t
find SDL_net libraries for mingw32. Would somebody tell me where can I
find these libs, please?----------------------------------------------------------------------
Wszystko o MOTORYZACJI >>> http://link.interia.pl/f186a

Hello,

On http://www.libsdl.org/ I couldn’t find SDL_net libraries for mingw32. Would somebody tell > me where can I find these libs, please?

Yes, I had the same problem with the lib SDL_mixer for mingw32. With
newer version of Dev-C++, you can compile with Visual-C++ libs so you
have just to download the libs and configure your project to link
them.

In hope that helps you…–

[ K?vin alias KiNiOu]

I built SDL_net and SDL_image from source. SDL_image worked fine when
linked into a program. Programs that were linked to SDL_net and SDL_image
would crash on startup, before main(). I finally gave up building SDL_net
under mingw32 because the resulting DLL is incorrect. Now I use the
SDL_net.dll from the website.

You can build SDL_net from source and link to the resulting library. Just
make sure to replace your SDL_net.dll with the one which may be downloaded
from the website.

-Mike_L>> On http://www.libsdl.org/ I couldn’t find SDL_net libraries for

mingw32. Would somebody tell me where can I find these libs,
please?

Yes, I had the same problem with the lib SDL_mixer for mingw32.
With newer version of Dev-C++, you can compile with Visual-C++
libs so you have just to download the libs and configure your
project to link them.

In hope that helps you…