CEGUI及sample编译

简介: 编译 CEGUI.sln,以及 CEGUISamples.sln。 确保的CEGUI-0.7.4 SDK,以及 dependencies 都在(如果没有去官网,或者其他地方下载:如csdn)。
  1. 编译 CEGUI.sln,以及 CEGUISamples.sln。
    1. 确保的CEGUI-0.7.4 SDK,以及 dependencies 都在(如果没有去官网,或者其他地方下载:如csdn)。
    2. 将 dependencies 放进 CEGUI-0.7.4 SDK 文件夹内。
    3. 将 \CEGUI-0.7.4\dependencies\bin 下面的所有文件拷贝到 \CEGUI-0.7.4\bin。
    4. 在 \CEGUI-0.7.4\projects\premake 内运行 build_vs2008.bat,build_samples_vs2008.bat 两个批处理文件,来生成 CEGUI.sln, CEGUISamples.sln。
    5. 打开 CEGUI.sln,选择 Debug 编译选项,rebuild solution。(应该能编译成功,如果不行应该是没有 dependencies 文件夹)
    6. 打开 CEGUISamples.sln,选择 Debug 编译选项, rebuild solution。(应该能编译成功,如果不行应该是没有 dependencies 文件夹)

  2. 运行 CEGUISamples.sln 内的示例工程。
    1. 工程默认没有设置工作目录,将此工程的工作目录设置为:$(OutDir)
相关文章
|
C语言 Android开发 Windows
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
|
2月前
|
网络协议 C++
解决MASM32代码汇编出错: error A2181: initializer must be a string or single item
解决MASM32代码汇编出错: error A2181: initializer must be a string or single item
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
559 0
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
|
Java C++
C++编译错误解决办法:Class_Label[abi:cxx11]'被多次定义
C++编译错误解决办法:Class_Label[abi:cxx11]'被多次定义
160 0
|
iOS开发
cocos2dx-bullet物理引擎编译的一个问题: Argument value 10880 is outside the valid range
cocos2dx-bullet物理引擎编译的一个问题: Argument value 10880 is outside the valid range
362 0
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
|
编译器 计算机视觉
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
|
数据可视化 异构计算
TensorBoard报错:Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found
TensorBoard报错:Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found
799 0
TensorBoard报错:Could not load dynamic library ‘cudart64_110.dll‘; dlerror: cudart64_110.dll not found
|
Python
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E305 expected 2 blank lines after class or function definiti )
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E305 expected 2 blank lines after class or function definiti )
878 0
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E305 expected 2 blank lines after class or function definiti )
|
Android开发 Kotlin
【错误记录】Android Studio 编译时 Kotlin 代码编译报错 ( Not enough information to infer type variable T )
【错误记录】Android Studio 编译时 Kotlin 代码编译报错 ( Not enough information to infer type variable T )
249 0