0
点赞
收藏
分享

微信扫一扫

WTL 资料总结

晗韩不普通 2022-05-12 阅读 126


​​VCExpress下配置WTL开发环境(更新)​​ 

http://www.cppblog.com/visualfc/archive/2010/05/21/80761.html

WTL教程

 visualfc下载

http://code.google.com/p/visualfc/ 


#include <atlapp.h>  找不到。 在项目里-》c++ 》 项目依赖 添加WTL的文件include 目录

​​cannot open include file 'atlres.h'​​ ​​

I think you need to add the WTL include directory to the include directory path for the resource compiler. Right-click on the project, select 'Properties', select Resources->General in the properties window and add the WTL include directory to Additional Include Directories.

举报

相关推荐

0 条评论