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 an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

pt_examples Requires 3D Drawings License?

pwilliams-3
11-Garnet

pt_examples Requires 3D Drawings License?

I am trying to compile the pt_examples application and when I try to run it (with the Pro/TOOLKIT license attached to Pro/ENGINEER) I get an error message stating that the application was not unlocked and it requires the Pro/TOOLKIT for 3D Drawings license. Has anyone else experienced this with Pro/ENGINEER WF 5.0 M070 x64?

Patrick Williams | Engineering Systems | o: 616.698.3766 | c: 616.947.2110
[cid:image001.jpg@01CD1721.5D91D390]


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.
3 REPLIES 3

Hi Patrick,

Which examples are you trying to run.
Many of the ProAnnotation* & ProDimension* functions need that license.
pt_dbase folder has some such function calls.

If you search API references for "Pro/Toolkit for 3D Drawings" you will get
a list of all functions that need this license.

Regards,

Vinay


Thanks Vinay. As of now I just used the one that came with the Pro/TOOLKIT installation so I don't need to compile it again. However I do think that this is a gap where customers must have a 3D Drawing license just to compile the example application... Is it possible to just compile 1?

Patrick Williams | Engineering Systems | o: 616.698.3766 | c: 616.947.2110
[cid:image002.jpg@01CD1724.2B520730]

Hi Patrick,

In the makefile make_examples, just keep the objs you want.
For e.g. to build just pt_main & pt_feats I would keep the following. I
think pt_utils is needed in several so I will keep that too.

# Object files
OBJS = pt_main.obj pt_feats.obj pt_utils.obj pt_utils1.obj

If I remember correctly that is all we need to do.

Regards,

Vinay


Top Tags