odbccp32.lib for Sqlrdd and bcc582 needed.

Post Reply
User avatar
gkuhnert
Posts: 274
Joined: Fri Apr 04, 2008 1:25 pm
Location: Aachen - Germany // Kerkrade - Netherlands
Contact:

odbccp32.lib for Sqlrdd and bcc582 needed.

Post 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?
Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Post 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:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
gkuhnert
Posts: 274
Joined: Fri Apr 04, 2008 1:25 pm
Location: Aachen - Germany // Kerkrade - Netherlands
Contact:

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Post 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!
Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Post 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.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
User avatar
carlos vargas
Posts: 1421
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Post 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
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Post by lucasdebeltran »

Yes, I did it.

But it does not work.

Also, output file is only 1 kb.

Thanks again.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
Post Reply