Archicad C++ API
About Archicad add-on development using the C++ API.

Another Linking Problem (API Dev 14)

Anonymous
Not applicable
Dear all...
I have tried to convert my API11 Add-on to API14 Add-on and found some linking error ...
1>DG_Test.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) unsigned short const * __fastcall GS::DefineConstantUTF16CharacterOrString(wchar_t const *)" (__imp_?DefineConstantUTF16CharacterOrString@GS@@YIPBGPB_W@Z) referenced in function _Initialize
1>DumpUtils.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) bool __fastcall Geometry::ArcGetOrigo(struct Vector2dTpl<double> const *,struct Vector2dTpl<double> const *,double,struct Vector2dTpl<double> *)" (__imp_?ArcGetOrigo@Geometry@@YI_NPBU?$Vector2dTpl@N@@0NPAU2@@Z) referenced in function "public: static void __cdecl DumpUtils::GetWallData(struct API_WallType const *,double *,double *)" (?GetWallData@DumpUtils@@SAXPBUAPI_WallType@@PAN1@Z)

Could anyone tell me which LIB I should add to my project to solve this problem ... ?
Thank you.
Goldy Ratch
1 REPLY 1
Hoa Tu
Newcomer
I think you may have to add the GeometryImp.LIB to your project.
Cheers,
Hoa