error on myfile.exe

Post Reply
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

error on myfile.exe

Post by damianodec »

I compiled my .prg (about 50 files) and created myfile.exe about 2800KB
run myfile.exe and exit the error

Unrecoverable ERROR 9000:
',yX' was compiled by older version, PCODE version 4907805 in no longer supported - please recompile
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

You have not used the same xHarbour build to compile all your PRGs including FWH ones, and third party libraries

Please recompile all the PRGs using your current compiler build
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

What xHarbour build are you using ?

> ',yX' was compiled by older version, PCODE version 4907805

that looks like a xHarbour bug
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Post by damianodec »

I use FWH 7.10 and compile my files by .bat with follow...

FOR %%i IN (*.prg) DO c:\xharbour\bin\harbour %%i /es2 /n /ic:\FWH\include;%hdir%\include /w0 /p %2 %3 >> clip.log
....
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Damiano,

Please install and try it again with this new xHarbour build:

http://fivetechsoft.com/forums/viewtopi ... 0290#40290
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply