
Thu, 11/23/2006 - 15:35
Hello,
I'm still strugglng with the project setup in VStudio 7.1. What I'm currently trying to do:
1. Create a new project for a command line application
2. Set the preprocessor directive WNT
3. Add $(CASROOT)\inc and $(CASROOT)\lib to headers and library path
Compile works
4. Add the line "#include
5. Compile and I get
OCCTest error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual void __thiscall Standard_Storable::ShallowDump(class std::basic_ostream
OCCTest error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual int __thiscall Standard_Storable::HashCode(int)const " (?HashCode@Standard_Storable@@UBEHH@Z)
...
Pretty desparate, Carsten
Thu, 11/23/2006 - 15:47
Hi Carsten,
have you also added the needed libs to your project?
Greets,
Patrik
Thu, 11/23/2006 - 16:14
Ooops,
thanks a lot, after several years off Java simple things have been vanished
from memory.
Bye, Carsten