Page 1 of 1

using 64bit ocx

Posted: Thu Aug 08, 2013 2:34 am
by 16657744
I am developing x64 application in VS2010 with AX2012 version.

In toolbox at resource tap, 32bit version ( teecahrt2012.ocx ) is only shown.

In install.log file,
I found that,
"Could not Self-Register: C:\Program Files (x86)\Steema Software\TeeChart Pro v2012 ActiveX Control\64bit files\TeeChart201264.ocx"

should I register TeeChart201264.ocx by myself?
If I have to, should I use regsvr32 ?

What are the additional things to use 64bit ocx.

Re: using 64bit ocx

Posted: Thu Aug 08, 2013 3:45 pm
by yeray
Hi,

Yes, you have to register the 64bit ocx through regsvr32.
Once you have TeeChart ActiveX 32 and 64bit ocx registered, simply changing the target platform in VS between x86 and x64, you'll be using the ocx you have registered in your machine.