cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Pro/Toolkit Visual Studio 2010 configuration

vpapa
1-Newbie

Pro/Toolkit Visual Studio 2010 configuration

Hi guys,
I'm trying to implement a template for visual studio 2010
for working with Pro / Intralink C + + for CREO 2.0 x64.
I have some linker errors, not that any of you could share
a project that is already configured?
Thank you very much,
Vincenzo

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

Here are some of the important things to check while configuring ProToolkit project in VS -



  • Decide application type Synchronous OR Asynchronous.

  • Depending on application type add libraries under Linker->Input->Additional Dependencies.

  • Set code generation flagas /MD.

  • Also check /clr option.


You can also refer "Creo Parametric TOOLKIT - Library Types" in tkuse.pdf for more detailed information.


Libraries we add in project is one of the main cause of linker errors in ProToolkit project.


Hi,
Add below mentioned environment variable.

Variable Name :- CREO_INSTALL_PATH
Variable Path :- C:\Program Files\PTC\Creo 2.0\Common Files\M030

and unzip attached folder and run the project

NOTE:- Rename "otk_install.zipa" with "otk_install.zip"




Shamkumar Rajput | Member of Technical Staff
*Centre for Computational Technologies - CCTech*
1 Akshay Residancy | 50 Anand Park | Aundh | Pune | 411007 | India
Ph: +91 20 40098381/82 | M: +91-8446272928 | www.cctech.co.in
*CCTech – "Simulation is The Future"*



Top Tags