| 发表于:2007-07-19 11:58:08 楼主 |
在一个新工程我在stdafx.h加入下列代码 #undef winver //取消原有版本定义,重新定义版本 #define winver 0x4000 //为了使animatewindow函数可用 animatewindow函数确实可以用。 但是如果在我这个原来就用的工程中 我按照这样的方法 还是会出这样的错误 d:\backup1\messageass\pengdingrequest.cpp(117) : error c2065: 'animatewindow ' : undeclared identifier d:\backup1\messageass\pengdingrequest.cpp(117) : error c2065: 'aw_blend ' : undeclared identifier d:\backup1\messageass\pengdingrequest.cpp(117) : error c2065: 'aw_hide ' : undeclared identifier 后来我想了想 我修改了 project settings 中的preprocessor definitions 项 我在这项 加了w32 还有把object/library modules 中原来系统自动生成的改成了我的d:\notescpp\lib\mswin32\notescpp.lib 不知道我这些修改是不是导致在我的这个工程中使用不了animatewindow函数的原因我应该怎么解决? |
|
|
|
|