Skip to main content
1-Visitor
December 1, 2014
Solved

Does the customization on creo 3 works on creo 2?

  • December 1, 2014
  • 2 replies
  • 1286 views

Hello, im trying to compile a customization made on creo 3 in creo 2 but im not getting it to work. It doesnt compile, seems to be internal functions that are not in creo 2.

In creo 3 it works perfectly!

Thank you guys!


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.
Best answer by ptc-6260094

Yes, the customization works but there are some functions and properties that are modified from Creo 2 to Creo 3.

So we have to map the old and new functions listed in the release notes.

Some I could find in the document and some I couldnt.

2 replies

14-Alexandrite
December 1, 2014

We are still using Creo 2, so I'm not entirely familiar with what's required for Creo 3 but in a situation like yours there are a couple of things I'd check first:

API's and functions introduced in Creo 3. Usually those are listed in release notes file that is located on the protoolkit directory. If any of the new functions listed there are used in the application that you are trying to compile it's not going to work.

The compiler version and options. This is less likely to be the case but in the past I've seen situations when changing the version of Visual C I had to tweek the compiler settings and directives.

ptc-62600941-VisitorAuthorAnswer
1-Visitor
December 2, 2014

Yes, the customization works but there are some functions and properties that are modified from Creo 2 to Creo 3.

So we have to map the old and new functions listed in the release notes.

Some I could find in the document and some I couldnt.