FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Can I recompile May 2006 build of Fwh ?
Posts: 4
Joined: Sun Sep 20, 2009 05:42 AM
Can I recompile May 2006 build of Fwh ?
Posted: Mon Nov 16, 2009 07:56 AM

I am having May 2006 build of FWH and pretty happy with it.
I am also using latest free.xHarbour.com binaries.
Can I recompile my FWH with latest xHarbour ?
If yes, can anyone help me with XBP file ?

TIA
Milan.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Can I recompile May 2006 build of Fwh ?
Posted: Thu Nov 19, 2009 02:15 AM
Milan,

You can easily use this batch file:
Code (fw): Select all Collapse
for %%f in (*.prg) do c:\harbour\bin\harbour %%f /n /ic:\fwh\include;c:\harbour\include
for %%f in (*.c) do c:\bcc55\bin\bcc32 -c -Ic:\bcc55\include;c:\harbour\include %%f
for %%f in (*.obj) do c:\bcc55\bin\tlib fiveh.lib -+ %%f /0 /P32,,
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4
Joined: Sun Sep 20, 2009 05:42 AM
Re: Can I recompile May 2006 build of Fwh ?
Posted: Thu Nov 19, 2009 09:47 AM

Antonio,

Very nice of you.

Just guide me further, which PRG to link in Fivehx.lib and which PRG to link in Fivehc.lib ?
In fact there are three folders under folder Source : Classes, Function and WinAPI.

TIA
Milan.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Can I recompile May 2006 build of Fwh ?
Posted: Thu Nov 19, 2009 10:02 AM

Milan,

FiveHX.lib just contains PRG files.

FiveHC.lib just contains C files.

:-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion