Here are the dependencies:
bentley.lib
mdlbltin.lib
BentleyGeom.lib
DgnPlatform.lib
DgnView.lib
BentleyAllocator.lib
BaseGeoCoord.lib
and here are the linker messages:
1>CoordSystems.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static struct Bentley::GeoCoordinates::DgnGCS * __cdecl Bentley::GeoCoordinates::DgnGCS::FromModel(struct Bentley::DgnPlatform::DgnModelRef *,bool)" (__imp_?FromModel@DgnGCS@GeoCoordinates@Bentley@@SAPEAU123@PEAUDgnModelRef@DgnPlatform@3@_N@Z)
1>CoordSystems.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Bentley::RefCountedPtr<struct Bentley::GeoCoordinates::DgnGCS> __cdecl Bentley::GeoCoordinates::DgnGCS::CreateGCS(wchar_t const *,struct Bentley::DgnPlatform::DgnModelRef *)" (__imp_?CreateGCS@DgnGCS@GeoCoordinates@Bentley@@SA?AV?$RefCountedPtr@UDgnGCS@GeoCoordinates@Bentley@@@3@PEB_WPEAUDgnModelRef@DgnPlatform@3@@Z)
1>CoordSystems.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: wchar_t const * __cdecl Bentley::GeoCoordinates::DgnGCS::GetDisplayName(struct Bentley::WString &)const " (__imp_?GetDisplayName@DgnGCS@GeoCoordinates@Bentley@@QEBAPEB_WAEAUWString@3@@Z)
Bruce