The include files? As in the folder that contians the graphics.h, interface.h, defines.h and all those other files? Which one of these header files is PT_NUM defined in?
I'm using the old C, not C++, TPT code. So I can't find an Elements.h. So where can I find the PT_NUM definition in the old TPT?
I found it. On line 532, it says #define ST PT_NUM. Yet the program says that PT_NUM was still not declared in this scope.
I know where the file is and where PT_NUM is defined. It just does not want to work however. It still says PT_NUM was not declared in this scope.