高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】build error unsupported compiler for suffixed version
build error "unsupported compiler for suffixed version"
build error "unsupported compiler for suffixed version"
i converted vc6 example wingdi to vc2002 and set lib and lib path to vc2002. but there is a build error:
d:\working\opendwg\dwgdirectt version 2.2.0\dd_nonlibs\include\ddversion.h(65) : fatal error c1189: #error : "unsupported compiler for suffixed version"
how can i fix it?
did you convert static lib or dll?
vladimir
build error "unsupported compiler for suffixed version"
i convert static lib
you have _toolkit_in_dll_ defined.
this define is for dll version.
project file for static library is:
\projectfiles\win32\msvc6\extensions\gs_wingdi\gs_ wingdi.dsp
(well, the name is somewhat misleading, but you could look inside..)
vladimir
thank you very much.
|