
Fri, 11/07/2003 - 09:17
Forums:
In my project I get STEPCAFControl_Reader.
I typed STEPCAFControl_Reader Reader;
And then compile project. It gives me an error:
error LNK2001: unresolved external symbol "public: __thiscall STEPCAFControl_Reader::STEPCAFControl_Reader(void)" (??0STEPCAFControl_Reader@@QAE@XZ)
So I don't know what to do with it.
Fri, 11/07/2003 - 10:03
Have you included the libraries "TKXDEStep.lib" and "TKSTEP.lib" to your project?
Patrik
Sat, 11/08/2003 - 12:07
Thank you for your answering. Now it work.