Page 1 of 1

Error in xCodeJock

Posted: Thu Mar 04, 2010 11:50 am
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

Re: Error in xCodeJock

Posted: Thu Mar 04, 2010 11:58 am
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")

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 5:19 am
by digitsoft
Hi Roger
I added the line you told me and I have the same error.


Nolberto Paulino
Regards

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 7:19 am
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,

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 7:56 am
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)

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 8:38 am
by skiman
Hi,

Are the samples of Codejock working?

regards

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 12:54 pm
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.

Re: Error in xCodeJock

Posted: Fri Mar 05, 2010 3:47 pm
by digitsoft
Thanks Roger
Codejock was poorly installed the


Nolberto Paulino
Regards