Thijs Koerselman, le Mon 17 Nov 2008 17:10:17 +0100, a écrit : > On Mon, Nov 17, 2008 at 4:53 PM, Samuel Thibault <[EMAIL PROTECTED]> > wrote: > > It's not in the doc, because I believed that the .def file is enough for > > Visual Studio to link against a library. I'll have a look. > > You might be right. I've never linked against a library without the .lib > before. I didn't realize all the info could be in the .def also so I didn't > even try that yet. I'll do that now and see if it works.
>From my old mails, you need to run: lib /def:brlapi.def /name:brlapi-0.5.dll /out:brlapi.lib to generate brlapi.lib 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
