Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX Controls and Runtime

Status
Not open for further replies.

kshadden

IS-IT--Management
Jun 18, 2003
19
US
I have an application I will be packaging with runtime for distribution. This application has an ActiveX control. Is there anything special I need to do so that the ActiveX control will work on the machines the application is loaded on?
 
Generally, the ActiveX Controls are located in either the Windows or System32 folder.

What has happened in the past is after you install your runtime version is someone else installs Their program that uses a Different version of the same ActiveX, since several of these ActiveX use the same name for several different versions your program may develope errors.

With runtime its not real easy to figure out your program is not Referencing to the "wrong" ActiveX.

I put a copy of the ActiceX in my program file and reference to that one. That way the likelyhood of someone else replacing mine is remote.
 
are you using an installer? if so, the installer should recognise all associated dependancy and handle the registration on the client machine. if not, then try using "regsvr32"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top