我在CODEPROJECT上下载了一个MDIExSample程序,用的是WTL,我已经下载了WTL80,编译的时候报错,一共两个:
--------------------Configuration: MDIExSample - Win32 Debug--------------------
Compiling resources...
Compiling...
stdafx.cpp
to save private data in xml file instead of regestry uncoment this
to add/remove auto-hiding features just add/remove #include <DWAutoHide.h>
f:\program\c c++\编程练习\wtldockingwindows_demo\include\dockingwindow.h(515) : error C2664: 'SetTimer' : cannot convert parameter 4 from 'void (struct HWND__ *,unsigned int,unsigned long,unsigned long)' to 'void (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,unsigned long)'
        None of the functions with this name in scope match the target type
f:\program\c c++\编程练习\wtldockingwindows_demo\mdiexsample\stdafx.cpp(8) : error C2856: #pragma hdrstop cannot be inside an #if blockError executing cl.exe.MDIExSample.exe - 2 error(s), 0 warning(s)我才开始看WTL的资料,但是没有那么多时间去慢慢找问题,要做毕业设计,希望有大家伸出援手帮我解决一下!
谢谢大家!!!