|
To port from version 6, 7, 8 or 9 to version 10 follow these instructions.
NOTE: the most common call we get regarding porting is solved by making sure to update "PE9API.BAS" to "PE10API.BAS" so DLL declarations point to the correct DLL. Double check any Declare statements in your project.
Manually Porting :
- Back up your current project and open project in design mode. Go to any forms which contain ProEssentials OCXs and delete the controls off of the forms. Make a note of the Name property. Don't worry about your code, it will remain. Save the Project. Go to Components Dialog box and de-select the older OCXs and select the new v10 OCXs. The new v10 OCXs will have "v10" at the end of their description or have the letter "g" after the OCX name like PEGOH. Go back to any forms where the older OCXs were deleted and reinsert the new v10 OCXs. Rename the controls as needed and save the project.
You may need to port Class Modules and User Controls manually as needed.
|