Hi! I am trying to compile samples. When running them I get this error :
Module:"ACTIVEX.PRG' was compiled into PCODE version: 7,this version of
xHarbour expects verson 10
How can recompile FW libraries?
PS
I am using xHarbour build 1.2.1 6733
Antonio Linares wrote:Mosh,
What FWH version are you using ?
for %%f in (*.prg) do c:\harbour\bin\harbour %%f /n /ic:\fwh\include;c:\harbour\include
for %%f in (*.c) do c:\bcc582\bin\bcc32 -c -Ic:\bcc582\include;c:\harbour\include %%f
for %%f in (*.obj) do c:\bcc582\bin\tlib fiveh.lib -+ %%f /0 /P32,,
Antonio Linares wrote:Mosh,
You can run this batch file from c:\fwh\source\classes and from c:\fwh\source\function:
rebuild.bat
- 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:\bcc582\bin\bcc32 -c -Ic:\bcc582\include;c:\harbour\include %%f
for %%f in (*.obj) do c:\bcc582\bin\tlib fiveh.lib -+ %%f /0 /P32,,
Antonio Linares wrote:Mosh,
Please copy here just some of them, thanks
Antonio Linares wrote:Mosh,
You have to use the original fivehc.lib as yours already got some modules that should not be inside it:
module 'db10'
module 'msgget'
module 'c3'
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 89 guests