Page 1 of 1

How to recompile Libs of fivewin?

Posted: Fri May 25, 2007 7:53 pm
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.

Posted: Fri May 25, 2007 8:04 pm
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,,

Posted: Fri May 25, 2007 8:54 pm
by Soares289
But i use the Core Builder to compile, how can i do with then?

Posted: Fri May 25, 2007 9:32 pm
by Antonio Linares

Posted: Mon May 28, 2007 6:05 pm
by Soares289
Funcionou direitinho, eu tentei fazer isso aqui e deu varios erros.

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