hbwin.lib

Post Reply
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

hbwin.lib

Post by acwoo1 »

Hi

Where to find hbwin.lib

Regards

ACWoo
Using FWH2004, bcc770 & hb30
User avatar
Antonio Linares
Site Admin
Posts: 42256
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbwin.lib

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Lailton
Posts: 156
Joined: Fri Jul 20, 2012 1:49 am
Location: Brazil
Contact:

Re: hbwin.lib

Post by Lailton »

It is a harbour library,
you can find that inside your harbour\lib\win\msvc\hbwin.lib

( instead msvc it can be bcc, msvc64, mingw etc ) it depend your compiler c.

:D
Regards,
Lailton Fernando Mariano
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

Re: hbwin.lib

Post by acwoo1 »

Thanks

Found hbwin.lib.
But cannot find odbc32.lib.

Regards

ACWoo
Using FWH2404, bcc770 and hb30
User avatar
Lailton
Posts: 156
Joined: Fri Jul 20, 2012 1:49 am
Location: Brazil
Contact:

Re: hbwin.lib

Post by Lailton »

ODBC32 is a library from your C compiler,
if you are using BCC:
C:\bcc7\lib\psdk

I use MSVC
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.26100.0\um\x86

:D
Regards,
Lailton Fernando Mariano
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

Re: hbwin.lib

Post by acwoo1 »

Thanks

There is no folder psdk in my c:\bcc770\lib\win\bcc or c:\bcc770\lib.
There was one in my previous bcc582.

Regards

ACWoo
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

Re: hbwin.lib

Post by acwoo1 »

Hi

I checked harbour_bcc770_32_20240619.zip in
https://github.com/FiveTechSoft/harbour ... lob/master.
No such psdk folder either.

Regards

ACWoo
User avatar
Antonio Linares
Site Admin
Posts: 42256
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbwin.lib

Post by Antonio Linares »

c:\bcc77\lib\psdk>dir odbc32.lib
El volumen de la unidad C es BOOTCAMP
El número de serie del volumen es: 0246-9FF7

Directorio de c:\bcc77\lib\psdk

28/10/2023 08:36 6.473 odbc32.lib
1 archivos 6.473 bytes
regards, saludos

Antonio Linares
www.fivetechsoft.com
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

Re: hbwin.lib

Post by acwoo1 »

Hi

I use harbour_bcc770_32_20240619.zip, but couldn't find the folder pskd inside.
I obtained it from https://github.com/FiveTechSoft/harbour ... 240619.zip.
Is there a way to solve the problem ?

Regards

ACWoo
Using FWH2404, bcc770 and hb30
User avatar
Lailton
Posts: 156
Joined: Fri Jul 20, 2012 1:49 am
Location: Brazil
Contact:

Re: hbwin.lib

Post by Lailton »

You are looking at the wrong folder.
You should check inside your BCC folder and not on the harbour folder.

also you can run it from your cmd

cd \
dir /s/a odbc32.lib

and you will find it.

Let me know if does it solve the problem for you :)
Regards,
Lailton Fernando Mariano
User avatar
Antonio Linares
Site Admin
Posts: 42256
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbwin.lib

Post by Antonio Linares »

Look inside bcc77.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42256
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: hbwin.lib

Post by Antonio Linares »

I just sent you an email with the instructions
regards, saludos

Antonio Linares
www.fivetechsoft.com
acwoo1
Posts: 173
Joined: Tue Nov 10, 2009 10:56 am

Re: hbwin.lib

Post by acwoo1 »

Thanks

Regards

ACWoo
Post Reply