Error in xCodeJock

This forum is for support of XCodeJock
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Error in xCodeJock

#1 Post by digitsoft »

Hi Roger
I'm trying to run the examples you have in xCodeJock
and got this error.

Error Automation6500
description: Could not create activex control


Nolberto Paulino
Regards
Nolberto Paulino
Regards

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Error in xCodeJock

#2 Post by rdonnay »

You need to set the following environment variable:

SET CODEJOCK_VERSION=<your version>

Example:

SET CODEJOCK_VERSION=13.0.1

In your own application code you would set the version as follows:

CJ_Version("13.0.1")
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Error in xCodeJock

#3 Post by digitsoft »

Hi Roger
I added the line you told me and I have the same error.


Nolberto Paulino
Regards
Nolberto Paulino
Regards

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Error in xCodeJock

#4 Post by skiman »

Hi Paulino,

Have you already installed CodeJock? If so, which version?

This is the version you have to use.

If you have the evaluation version of Codejock, it should always work, even without correct version ID.

Regards,
Best regards,

Chris.
www.aboservice.be

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Error in xCodeJock

#5 Post by digitsoft »

Hi skiman
I added CJ_Version("12.0.2") the line you told me and I have the same error.


Nolberto Paulino
Regards


------------------------------------------------------------------------------
ERROR LOG of "D:\Alaska\EXP19\XCODEJ~1\Samples\SHORTC~1\ShortcutBar.EXE" Date: 03/05/2010 10:20:37

Xbase++ version : Xbase++ (R) Version 1.90.355
Operating system : Windows XP 05.01 Build 02600 Service Pack 2
------------------------------------------------------------------------------
oError:args :
-> VALTYPE: U VALUE: NIL
-> VALTYPE: U VALUE: NIL
-> VALTYPE: U VALUE: NIL
-> VALTYPE: U VALUE: NIL
-> VALTYPE: U VALUE: NIL
-> VALTYPE: L VALUE: .T.
oError:canDefault : Y
oError:canRetry : N
oError:canSubstitute: Y
oError:cargo : NIL
oError:description : Could not create ActiveX control
oError:filename : NIL
oError:genCode : 6503
oError:operation : XBPACTIVEXCONTROL:CREATE
oError:osCode : NIL
oError:severity : 2
oError:subCode : 6500
oError:subSystem : Automation
oError:thread : 1
oError:tries : NIL
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------

Called from DC_XBPACTIVEXCONTROL:CREATE(5124)
Called from DC_GETLIST:CREATEOBJECT(11600)
Called from DC_GETLIST:READGUI(2229)
Called from DC_READGUI(103)
Called from MAIN(104)
Nolberto Paulino
Regards

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Error in xCodeJock

#6 Post by skiman »

Hi,

Are the samples of Codejock working?

regards
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Error in xCodeJock

#7 Post by rdonnay »

The only time I have seen this error is if the CJ_Version() does not match the installed version of CodeJock, or CodeJock is not installed, or you have not installed the complete set of CodeJock controls and you are trying to run a sample that uses one of the uninstalled controls.
The eXpress train is coming - and it has more cars.

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: Error in xCodeJock

#8 Post by digitsoft »

Thanks Roger
Codejock was poorly installed the


Nolberto Paulino
Regards
Nolberto Paulino
Regards

Post Reply