Thank you for your reply, Samuel Thibault.

Using Visual C++, I have written a short test program. In the
properties-dialogue in the linker\input section I have added the library
file "libbrlapi.a" to AdditionalDependencies. The program can be compiled,
but the linker outputs error messages "unresolved external symbol _xxx".

Next, I have also added the other library files "libbrlapi.dll.a" and
"libbrlapi-0.5.5.dll.a" from the lib directory, but this changed nothing.

The complete list of error messages follows:

1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
__alloca referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_sel...@20 referenced in function _brlapi__read...@12
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_wmemset referenced in function _brlapi__writetext...@16
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_wsaclea...@0 referenced in function _brlapi__closeconnect...@4
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_setsock...@20 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_gethostbyn...@4 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_inet_a...@4 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_wsagetlaster...@0 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_getservbyn...@8 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_ht...@4 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_closesoc...@4 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_conn...@12 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_soc...@12 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_wsastar...@8 referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_snprintf referenced in function _tryHost
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_nt...@4 referenced in function _brlapi_readPacketHeader
1>libbrlapi.a(brlapi_client.o) : error LNK2019: unresolved external symbol
_ht...@4 referenced in function _brlapi_writePacket

End of list.

Do I need other or additional library files, and where can I get them?
Greets, Thomas Marquardt



> marqu...@studi.informatik.uni-stuttgart.de, le Mon 26 Jul 2010 12:46:42
+0200, a écrit :
>> is it possible to use BrlAPI together with MS Speech API in the same
program?
>
> It should work.
>
>> I could use MinGW. I'd like to use Visual C++ instead, but I don't know if
>> BrlAPI can be used with it. I tried, but couldn't get it to work.
>
> It should work. If it doesn't, please report error messages etc.
>
> Samuel
> _______________________________________________
> This message was sent via the BRLTTY mailing list.
> To post a message, send an e-mail to: BRLTTY@mielke.cc
> For general information, go to: http://mielke.cc/mailman/listinfo/brltty



_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to