Page 1 of 1

odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Mon May 16, 2011 11:36 am
by gkuhnert
Hi,

I'm testing sqlrdd with fwh and xHarbour, with the Borland bcc as c compiler. I got some error messages while testing and I sent some mails to Patrick Mast. He answers me to link a odbccp32.lib, which I don't find in my bcc582, but in vc64. Does anyone know, where to find this lib?

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Mon May 16, 2011 2:38 pm
by ukoenig
Gilbert,

found it on my Computer in

E:\BCC63\LIB\PSDK

if needed, I can send it to You

Best regards
Uwe :lol:

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Tue May 17, 2011 9:37 am
by gkuhnert
Uwe,

thank you very much. Patrick Mast (xHarbour.com) already provided me with the needed files, so I don't need it anymore :D
But thanks again!

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Mon Jun 25, 2012 12:44 pm
by lucasdebeltran
Gilbert,

Can you share those files?.

Please, where I can get odbccp32.lib?.

I am still getting
Error: Unresolved external 'SQLInstallerError' referenced from C:\XHB2\LIB\BCC\SQLBCC58.LIB|sqlsrodbc
Error: Unresolved external 'SQLConfigDataSource' referenced from C:\XHB2\LIB\BCC\SQLBCC58.LIB|sqlsrodbc


I have written several emails to Patrick. He told me to use xHarbour Build 9489 is available from http://www.whosaway.com but I am still getting this error.

Thank you.

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Mon Jun 25, 2012 1:42 pm
by carlos vargas
please search in \system32 dir the file odbccp32.dll and import using the implib

implib odbccp32.lib odbccp32.dll

and you get the lib file.

salu2

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

PostPosted: Mon Jun 25, 2012 2:13 pm
by lucasdebeltran
Yes, I did it.

But it does not work.

Also, output file is only 1 kb.

Thanks again.