在windows上快速运行ACE项目三部曲

时间:2014-07-24 12:25:35   收藏:0   阅读:222
这里假设你已经设置了环境变量ACE_ROOT
bubuko.com,布布扣

ACE在VS2010下快速配置三部曲:(这里假设你的ACE目录为E:\ACE_wrappers,即从网上下的ACE完整VS包)

(1)Properties》Configuration Properties》VC++ Directories》Include Directories》E:\ACE_wrappers

(2)Properties》Configuration Properties》VC++ Directories》Library Directories》E:\ACE_wrappers\lib

(3)Properties》Configuration Properties》Linker》Input》Additional  Dependencies》ACEd.lib

开始写程序吧,搞起!!

在windows上快速运行ACE项目三部曲,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!