构建64位版本时,Microsoft VS C ++链接错误

时间:2013-12-05 15:32:22

标签: c++ linker

我正在使用Visual Studio 2005。 我能够毫无问题地构建32位。但是在我建造的时候 64位版本,我收到以下链接错误:

1>QALPROC.exp : error LNK2001: unresolved external symbol "const CustomMessageException::`vftable'" (??_7CustomMessageException@@6B@)
1>QALPROC.exp : error LNK2001: unresolved external symbol "const DBException::`vftable'" (??_7DBException@@6B@)
1>QALPROC.exp : error LNK2001: unresolved external symbol "const Exception::`vftable'" (??_7Exception@@6B@)
1>QALPROC.exp : error LNK2001: unresolved external symbol "const FileExportLoadException::`vftable'" (??_7FileExportLoadException@@6B@)
1>QALPROC.exp : error LNK2001: unresolved external symbol "const PMemoryException::`vftable'" (??_7PMemoryException@@6B@)
1>QALPROC.exp : error LNK2001: unresolved external symbol "const ReportsLoadingException::`vftable'" (??_7ReportsLoadingException@@6B@)

0 个答案:

没有答案