hbwin.lib
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
- Lailton
- Posts: 169
- Joined: Fri Jul 20, 2012 1:49 am
- Location: Brazil
- Has thanked: 2 times
- Been thanked: 6 times
- 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.
![Very Happy :D](./images/smilies/icon_biggrin.gif)
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.
![Very Happy :D](./images/smilies/icon_biggrin.gif)
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
- Lailton
- Posts: 169
- Joined: Fri Jul 20, 2012 1:49 am
- Location: Brazil
- Has thanked: 2 times
- Been thanked: 6 times
- Contact:
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
![Very Happy :D](./images/smilies/icon_biggrin.gif)
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
![Very Happy :D](./images/smilies/icon_biggrin.gif)
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: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- 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
- Lailton
- Posts: 169
- Joined: Fri Jul 20, 2012 1:49 am
- Location: Brazil
- Has thanked: 2 times
- Been thanked: 6 times
- Contact:
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![Smile :)](./images/smilies/icon_smile.gif)
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
![Smile :)](./images/smilies/icon_smile.gif)
Regards,
Lailton Fernando Mariano
Lailton Fernando Mariano
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact: