FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour To Antonio:
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
To Antonio:
Posted: Thu May 26, 2011 03:07 PM
Compiling a program with xHarbour Professional Septempber 2010 Build 831 and FiveWin 10.05, everything compiles ok but when trying to run the application the following message pop up:
Code (fw): Select all Collapse
Unrecoverable error 9000:
    Module: '.\source\classes\ACTIVEX.PRG' was compiled into PCODE version: 9, this version of xHarbour expects version: 10


Then it quits. Any ideas ? Thank you.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: To Antonio:
Posted: Thu May 26, 2011 03:21 PM

Please recompile .\source\classes\ACTIVEX.PRG with your xHarbour compiler and replace it in the FiveHX.lib library or link it to your app :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: To Antonio:
Posted: Thu May 26, 2011 07:13 PM

Antonio:

How do I include the file in the FiveHX.lib ?

Thank you for your help.

Gustavo

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: To Antonio:
Posted: Fri May 27, 2011 12:03 AM

Gustavo,

$(VCDIR)\bin\Lib Fivehmx.lib /OUT:lib\Fivehmx.lib activex.obj

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: To Antonio:
Posted: Fri May 27, 2011 07:06 PM

Antonio:

Thank you for your responses. Now, is the LIB program part of Visual C or something else. I do not have the LIB app. How can include the obj file in the library ? Thank you.

Gustavo

Continue the discussion