FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error on myfile.exe
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
error on myfile.exe
Posted: Thu Oct 25, 2007 09:24 AM

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

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
error on myfile.exe
Posted: Thu Oct 25, 2007 09:30 AM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
error on myfile.exe
Posted: Thu Oct 25, 2007 09:31 AM

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
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
error on myfile.exe
Posted: Thu Oct 25, 2007 09:39 AM

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
....

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
error on myfile.exe
Posted: Thu Oct 25, 2007 10:19 AM

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

Continue the discussion