Page 1 of 1
error on myfile.exe
Posted: Thu Oct 25, 2007 9:24 am
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
Posted: Thu Oct 25, 2007 9:30 am
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
Posted: Thu Oct 25, 2007 9:31 am
by Antonio Linares
What xHarbour build are you using ?
> ',yX' was compiled by older version, PCODE version 4907805
that looks like a xHarbour bug
Posted: Thu Oct 25, 2007 9:39 am
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
....
Posted: Thu Oct 25, 2007 10:19 am
by Antonio Linares
Damiano,
Please install and try it again with this new xHarbour build:
http://fivetechsoft.com/forums/viewtopi ... 0290#40290