MCADEx development ProE secondary development Creo secondary development project configuration, mcadexcreo
Please follow the MCADEx Official Website: www.mcadex.com
QQ: 910361522
Start VS2010
File> New> Project
Choose VC ++-> mfc dll to create a project named CreoTK
Click OK. The following page is displayed. Click OK.
After the project is created, the file structure is as follows:
Project> Properties
Open the project property settings page
Click Configuration properties-> C/C ++-> General, and set "Additional include directory". You can find the include file directory of the local CreoToolkit through browsing, as shown in
Click Configure properties-> connector-> General, set "additional library directory", you can find the local CreoToolkit library file directory through browsing, as shown in
Click Configuration properties-> connector-> input, and set "attachment dependency"
Click OK to complete the project configuration.