在windows上快速运行ACE项目三部曲
时间:2014-07-24 12:25:35
收藏:0
阅读:222
这里假设你已经设置了环境变量ACE_ROOT
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
开始写程序吧,搞起!!
评论(0)