|
本帖最后由 luckwhl 于 2013-7-19 12:59 编辑
OpenSceneGraph-3.1.7 + VirtualPlanetBuilder-0.9.12
VS2010编译时候,有如下错误,各位大神帮帮我,看看如何解决。
错误 1 error LNK2019: 无法解析的外部符号 _SQLInstallerError@20,该符号在函数 "public: int __thiscall CPLODBCDriverInstaller::InstallDriver(char const *,char const *,unsigned short)" (?InstallDriver@CPLODBCDriverInstaller@@QAEHPBD0G@Z) 中被引用 F:\workspace_32\VirtualPlanetBuilder-0.9.12\src\vpb\gdal.lib(cpl_odbc.obj) vpb
错误 2 error LNK2019: 无法解析的外部符号 _SQLInstallDriverEx@28,该符号在函数 "public: int __thiscall CPLODBCDriverInstaller::InstallDriver(char const *,char const *,unsigned short)" (?InstallDriver@CPLODBCDriverInstaller@@QAEHPBD0G@Z) 中被引用 F:\workspace_32\VirtualPlanetBuilder-0.9.12\src\vpb\gdal.lib(cpl_odbc.obj) vpb
错误 3 error LNK2019: 无法解析的外部符号 _SQLRemoveDriver@12,该符号在函数 "public: int __thiscall CPLODBCDriverInstaller::RemoveDriver(char const *,int)" (?RemoveDriver@CPLODBCDriverInstaller@@QAEHPBDH@Z) 中被引用 F:\workspace_32\VirtualPlanetBuilder-0.9.12\src\vpb\gdal.lib(cpl_odbc.obj) vpb
错误 4 error LNK2019: 无法解析的外部符号 _SQLFreeEnv@4,该符号在函数 "public: int __thiscall CPLODBCSession::CloseSession(void)" (?CloseSession@CPLODBCSession@@QAEHXZ) 中被引用 F:\workspace_32\VirtualPlanetBuilder-0.9.12\src\vpb\gdal.lib(cpl_odbc.obj) vpb
。。。。。。 |
|