liubo4869 发表于 2009-5-25 15:44:00

出现链接错误:error LNK2001: unresolved external symbol

最近在参考objectarx2004\samples\graphics\Blockview 在做一个预览和输出的小块。出现了:<br/>error LNK2001: unresolved external symbol "class CsSpace const csRgb" (?csRgb@@3VCsSpace@@B)<br/>error LNK2001: unresolved external symbol "class IeSize const ieSizeAny" (?ieSizeAny@@3VIeSize@@B)<br/><br/>输出图像这块要求的 IESDK(// This feature requires the use of the Image Engine SDK.)ie80.lib已经添加到项目中了。<br/>可还是依然报错...很郁闷啊~~~不知道问题出在哪里,望大虾们给予指点啊。我用的是VC++6.0&nbsp;&nbsp;+&nbsp;&nbsp;ObjectARX2002.
页: [1]
查看完整版本: 出现链接错误:error LNK2001: unresolved external symbol