[Gdal-dev] Link Error in 1.4 with MSVC8

Matt Hanson mhanson at photon.com
Mon Jan 8 17:41:34 EST 2007


Hi, I'm getting a linking error when compiling in MSVC8 (using nmake)
 
Any suggestions?  
 
matt
 
 
   Creating library gdal_i.lib and object gdal_i.exp
isis2dataset.obj : error LNK2019: unresolved external symbol "public: __thiscall NASAKeywordHandler::~NASAKeywordHandler(void)" (??1NASAKeywordHandler@@QAE at XZ) referenced in function "public: virtual __thiscall ISIS2Dataset::~ISIS2Dataset(void)" (??1ISIS2Dataset@@UAE at XZ)
isis2dataset.obj : error LNK2019: unresolved external symbol "public: __thiscall NASAKeywordHandler::NASAKeywordHandler(void)" (??0NASAKeywordHandler@@QAE at XZ) referenced in function "public: __thiscall ISIS2Dataset::ISIS2Dataset(void)" (??0ISIS2Dataset@@QAE at XZ)
isis2dataset.obj : error LNK2019: unresolved external symbol "public: int __thiscall NASAKeywordHandler::Ingest(struct _iobuf *,int)" (?Ingest at NASAKeywordHandler@@QAEHPAU_iobuf@@H at Z) referenced in function "public: static class GDALDataset * __cdecl ISIS2Dataset::Open(class GDALOpenInfo *)" (?Open at ISIS2Dataset@@SAPAVGDALDataset@@PAVGDALOpenInfo@@@Z)
isis2dataset.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall NASAKeywordHandler::GetKeyword(char const *,char const *)" (?GetKeyword at NASAKeywordHandler@@QAEPBDPBD0 at Z) referenced in function "private: char const * __thiscall ISIS2Dataset::GetKeyword(char const *,char const *)" (?GetKeyword at ISIS2Dataset@@AAEPBDPBD0 at Z)
gdal14.dll : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x460'
Stop.





More information about the Gdal-dev mailing list