Home > Database > Mysql Tutorial > cocos2dx VS中 添加lib项目方法

cocos2dx VS中 添加lib项目方法

WBOY
Release: 2016-06-07 15:00:51
Original
1271 people have browsed it

VS2012中加载的Solution中包含了我们用到的lib项目和游戏项目,游戏项目是依赖lib项目的,添加lib项目的步骤只需两步: 第一步:右键“游戏”项目-【属性】, 此时弹出“属性页”对话框,选择【配置属性】-【C/C】-【常规】-【附加包含目录】,点开附加包含目

VS2012中加载的Solution中包含了我们用到的lib项目和游戏项目,游戏项目是依赖lib项目的,添加lib项目的步骤只需两步:

第一步:右键“游戏”项目->【属性】, 此时弹出“属性页”对话框,选择【配置属性】->【C/C++】->【常规】->【附加包含目录】,点开附加包含目录,编辑,填入需要加入lib项目的路径信息;

第二步:右键“游戏”项目->【属性】, 此时弹出“属性页”对话框,选择【配置属性】->【链接器】->【输入】->【附加依赖项】,点开附加依赖项,编辑,填入需要加入lib项目的名称(格式为 name.lib)

现在就ok了,记得对添加的lib进行生成操作!

注意项:填写路径或者lib名称时,建议拷贝,不要手动输入,不然如果输错的话,又要花费时间寻找错误。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template