[BRLTTY] using BrlApi with Visual Studio

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Nov 17 22:06:34 EST 2008


Thijs Koerselman, le Mon 17 Nov 2008 17:10:17 +0100, a écrit :
> On Mon, Nov 17, 2008 at 4:53 PM, Samuel Thibault <samuel.thibault at ens-lyon.org>
> 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


More information about the BRLTTY mailing list