Another Linking Problem (API Dev 14)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-05
04:25 AM
- last edited on
2023-08-03
10:52 AM
by
Doreena Deng
2010-11-05
04:25 AM
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
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
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-23 04:51 AM
2010-11-23
04:51 AM
I think you may have to add the GeometryImp.LIB to your project.
Cheers,
Hoa
Cheers,
Hoa