|Home |Projects |Thoughts |About | 
Projects / MSYS patches
 
 
The following patches allow to load (and use ;)) msys.dll with LoadLibrary function in any win32 application and can be used if you need add posix code to your program.

msys.dll wrapper sample (with socket, bind, listen, accept, send, connect, recv, shutdown, fdopen, fgetc, fputs, fcntl, close functions)
      _msys.c  _msys.h  msys_gen.sh

simple client/server application sample using unix domain sockets (use mingw for building)
      us_client.c  us_server.c  us.sh  us_bin.zip

msys.dll 1.0.18 with patch  msys_bin.zip  msys.patch