FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour hbwin.lib
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
hbwin.lib
Posted: Thu Jul 11, 2024 04:32 AM

Hi

Where to find hbwin.lib

Regards

ACWoo

Using FWH2004, bcc770 & hb30

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbwin.lib
Posted: Thu Jul 11, 2024 04:44 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: hbwin.lib
Posted: Thu Jul 11, 2024 04:45 AM
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
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: hbwin.lib
Posted: Thu Jul 11, 2024 10:00 PM

Thanks

Found hbwin.lib.

But cannot find odbc32.lib.

Regards

ACWoo

Using FWH2404, bcc770 and hb30

Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: hbwin.lib
Posted: Thu Jul 11, 2024 11:51 PM
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
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 12:10 AM

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

Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 12:19 AM
Hi

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

Regards

ACWoo
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 05:44 AM
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
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 07:59 AM
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_and_xharbour_builds/blob/master/harbour_bcc770_32_20240619.zip.
Is there a way to solve the problem ?

Regards

ACWoo
Using FWH2404, bcc770 and hb30
Posts: 231
Joined: Fri Jul 20, 2012 01:49 AM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 08:37 AM
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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbwin.lib
Posted: Sat Jul 13, 2024 04:08 PM

Look inside bcc77.zip

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: hbwin.lib
Posted: Sun Jul 14, 2024 07:02 AM

I just sent you an email with the instructions

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: hbwin.lib
Posted: Mon Jul 15, 2024 01:12 AM

Thanks

Regards

ACWoo

Continue the discussion