Page 1 of 1
hbwin.lib
Posted: Thu Jul 11, 2024 4:32 am
by acwoo1
Hi
Where to find hbwin.lib
Regards
ACWoo
Using FWH2004, bcc770 & hb30
Re: hbwin.lib
Posted: Thu Jul 11, 2024 4:44 am
by Antonio Linares
Re: hbwin.lib
Posted: Thu Jul 11, 2024 4:45 am
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.
Re: hbwin.lib
Posted: Thu Jul 11, 2024 10:00 pm
by acwoo1
Thanks
Found hbwin.lib.
But cannot find odbc32.lib.
Regards
ACWoo
Using FWH2404, bcc770 and hb30
Re: hbwin.lib
Posted: Thu Jul 11, 2024 11:51 pm
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 12:10 am
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 12:19 am
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 5:44 am
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 7:59 am
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 8:37 am
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
Re: hbwin.lib
Posted: Sat Jul 13, 2024 4:08 pm
by Antonio Linares
Look inside bcc77.zip
Re: hbwin.lib
Posted: Sun Jul 14, 2024 7:02 am
by Antonio Linares
I just sent you an email with the instructions
Re: hbwin.lib
Posted: Mon Jul 15, 2024 1:12 am
by acwoo1
Thanks
Regards
ACWoo