Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello,
while making my makefile of my own application I got the following errors:
NMAKE : fatal error U1077: ….<a path>….: return code '0x2'
Slightly before there were following errors:
error C2065: 'ProModelitem': undeclared identifier
I guess I didn´t include my header files correctly in my makefile, but I don´t really have a solution to my problem.
My have my makefile attached.
Thanks in advance
Solved! Go to Solution.
Just my 2 cents.
PTC_34_F000_All
Why dont you use cpp project instead of make file. sample project is available at Creo 4.0\M100\Common Files\protoolkit\x86e_win64\obj\pt_install_cxx.zip
This is easy to build and also add classes.
Thanks for your response. I am working with the C Toolkit, but I'll try it out the next days.
Just my 2 cents.
PTC_34_F000_All