Can I recompile May 2006 build of Fwh ?

Can I recompile May 2006 build of Fwh ?

Postby milanmehta » Mon Nov 16, 2009 7: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.
User avatar
milanmehta
 
Posts: 4
Joined: Sun Sep 20, 2009 5:42 am

Re: Can I recompile May 2006 build of Fwh ?

Postby Antonio Linares » Thu Nov 19, 2009 2:15 am

Milan,

You can easily use this batch file:
Code: Select all  Expand view

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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Can I recompile May 2006 build of Fwh ?

Postby milanmehta » Thu Nov 19, 2009 9: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.
User avatar
milanmehta
 
Posts: 4
Joined: Sun Sep 20, 2009 5:42 am

Re: Can I recompile May 2006 build of Fwh ?

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 46 guests