Hi, Matt Campbell, le Mon 25 Jun 2007 18:31:04 -0500, a écrit : > Is it currently possible to build the BrlAPI client library as a DLL?
It should already be built as a DLL by the current Makefiles. However, as you will probably need to use it in a non-cygwin application, you should probably compile it with mingw instead of cyggwin. The Makefiles should also build a brlapi.def file for other compilers to be able to use the DLL. Dave, did you manage to build a mingw .zip package, or should I do it? > If I'm not mistaken, that library needs to be a DLL or shared library to > be used by proprietary software under the LGPL. Exactly. The basic freedom that LGPL requires is that the user can replace the library with his own. DLL is hence the good way. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
