hbwin.lib
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbwin.lib
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.
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.
Regards,
Lailton Fernando Mariano
Lailton Fernando Mariano
Re: hbwin.lib
Thanks
Found hbwin.lib.
But cannot find odbc32.lib.
Regards
ACWoo
Using FWH2404, bcc770 and hb30
Found hbwin.lib.
But cannot find odbc32.lib.
Regards
ACWoo
Using FWH2404, bcc770 and hb30
Re: hbwin.lib
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
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
Regards,
Lailton Fernando Mariano
Lailton Fernando Mariano
Re: hbwin.lib
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
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
Hi
I checked harbour_bcc770_32_20240619.zip in
https://github.com/FiveTechSoft/harbour ... lob/master.
No such psdk folder either.
Regards
ACWoo
I checked harbour_bcc770_32_20240619.zip in
https://github.com/FiveTechSoft/harbour ... lob/master.
No such psdk folder either.
Regards
ACWoo
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbwin.lib
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
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
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
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
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
Lailton Fernando Mariano
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42256
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: hbwin.lib
I just sent you an email with the instructions