Article | 41019096 |
Type | HowTo |
Product | Engine |
Version | 4 and 3 |
Date Added | 5/5/2003 |
Submitted by | |
Keywords |
Change the International resources
Knowledge Base
Support For All Products
You can change the VectorDraw
resources in any language.
To do this you need to have installed the MSVC++ environment.
Here are the steps:
Make a copy of the default VDRAW's project, that is included in the full setup of VectorDraw.
Open the copied VDRAWRES project using the MSVC++. Go to Resource tab in workspace tree.
In each resource item right click and select properties, then change the language to your language.
Open Dialogs and change the displaying strings in buttons or texts controls.
Change the strings in String table.
Change the displaying strings in each menu item.
Change the cursors or bitmaps if is required.
(Caution: Do not remove any item from string table, dialogs or menu)
From Menu->Project->Settings->Link tab->General change the output DLL name from VDRAWRES.dll to any name if you want.
Build the project.
Copy the final DLL output to the same directory as you register the OCX or in the window system directory.
Now open your application project. In VDraw control change the property of VDrawRes to the name of the new DLL you previous build.
When redistribute your application you must also copy the DLL in the same
folder with the OCX or
in the window system directory.