Article | 41019093 |
Type | HowTo |
Product | Engine |
Version | 4 and 3 |
Date Added | 5/5/2003 |
Submitted by | |
Keywords |
Insert a Component in VC++
Knowledge Base
Insert/Upgrade VectorDraw in VC++
You can easily upgrade a VC++ project that is using a VectorDraw control of a previous version
Register the new version control using the regsvr32 utility, which is located in windows system directory.
From Projects menu select Add to Project -> Components and Controls.
From Components and Control Gallery dialog select the folder Registered ActiveX Controls.
Find and select VectorDraw control and click OK to all next dialogs.
Rebuild the project.
Optionally we can update the VectorDraw controls in the resources dialogs.
You must be careful with the following
When you want to create a new VC++ project that uses the VectorDraw control follow steps 1-4 after using the wizard to create a project.
New auto generation files will be added to project.
CAUTION: These files must not be changed by the programmer. They must be in the project...