[ACXFAQ003]
How do I regenerate ActiveX wrappers in Visual C++?


If you have upgraded your ActiveX controls with a newer version, you will need to regenerate your ActiveX wrappers to take advantage of new features and interfaces in the upgraded controls. To do this in Microsoft Visual C++, follow this procedure...
  1. Create a new MFC Application workspace that supports ActiveX controls.
  2. Add all controls to the workspace that you wish to regenerate their corresponding ActiveX wrapper.
  3. Close the workspace.
  4. Copy all of the class files (*.cpp and *.h) files that correspond to each control wrapper that you regenerated (e.g. Angular Log Gauge you would copy the iAngularLogGaugeX.cpp and iAngularLogGaugeX.h files). Place these copies in every workspace that you wish to update the ActiveX wrappers, overwriting any copies that may be there.

Copyright ©1998-2007 Iocomp Software Incorporated. Iocomp and the Iocomp Logo are registered trademarks of Iocomp Software Inc. All other trademarks are registered by their respective owners.