|
From: Zilo <ko...@gm...> - 2005-01-20 23:53:11
|
After reading gaim.sf.net/win32/build.php all is easier :) Anyway, I wrote the Makefile.mingw for our src directory, using the =20 gaim's ones as examples, and finally build a working libbnet.dll :) The only thingh to change in sources is the send(), that we can't find =20 in mingw header files, we should use write() instead (like the others =20 plugins do)... But... there's a 'but' :) The write() function always returns an error, EBADF (bad file =20 descriptor)... I still don't understand why :P I attach the small patch and the Makefile.mingw... if you want to try =20 by yourself. cya |