How to recompile Libs of fivewin?

Post Reply
Soares289
Posts: 30
Joined: Tue Apr 17, 2007 7:07 pm
Location: Brasil-São Paulo-SP

How to recompile Libs of fivewin?

Post by Soares289 »

Hi , for all.

I need recompile my fivewin 7.05 in the xharbour .961 (March 2006), but i tried to tell in the suport( i'm in brasil ) but they onli will respond me in the monday (segunda-feira) and i cant wait so long.

I have here the version of January of 2007 and don't work with fivewin too, and i wold like to recompile with that version too, just for test.

--> I use xHarbour Corporative

can anyone help me plz? :D

Thanks for all.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Soares289
Posts: 30
Joined: Tue Apr 17, 2007 7:07 pm
Location: Brasil-São Paulo-SP

Post by Soares289 »

But i use the Core Builder to compile, how can i do with then?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Soares289
Posts: 30
Joined: Tue Apr 17, 2007 7:07 pm
Location: Brasil-São Paulo-SP

Post by Soares289 »

Funcionou direitinho, eu tentei fazer isso aqui e deu varios erros.

Muito obrigado pela ajuda, você é o Kra VLW.
Post Reply