
Sun, 03/27/2005 - 22:37
Forums:
Hi
This looks to be some setting problem. I am not able to use BRepAlgoAPI_Cut in code.
I have included
Code compiles well. But gets a linker error
Error is as follows
Linking...
Creating library Debug/FRASP.lib and object Debug/FRASP.exp
FRASPDoc.obj : error LNK2001: unresolved external symbol "public: __thiscall Handle_BOP_HistoryCollector::~Handle_BOP_HistoryCollector(void)" (??1Handle_BOP_HistoryCollector@@QAE@XZ)
StdAfx.obj : error LNK2001: unresolved external symbol "public: __thiscall Handle_BOP_HistoryCollector::~Handle_BOP_HistoryCollector(void)" (??1Handle_BOP_HistoryCollector@@QAE@XZ)
Debug/FRASP.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Mon, 03/28/2005 - 01:20
Hi,
just add TKBO.lib to your project settings!
HTH,
Patrik