【发布时间】:2014-07-14 13:26:25
【问题描述】:
我已按照 Scaleform 教程中的说明进行操作 http://www.projectanarchy.com/introduction-scaleform
在 Windows 上一切正常,但现在我尝试在 Visual Studio 2010 中为 Android 编译它,我得到了所有这些错误:
错误 1 错误 MSB6006:“C:\Android\NDK\android-ndk-r9d\toolchains\arm-linux-androideabi-4.6\prebuilt\windows\bin\arm-linux-androideabi-g++.exe”退出代码1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\hkAndroid\Microsoft.Cpp.hkAndroid.Targets 66 6 CounterUIApplication
还有这样的错误:
8 IntelliSense: cannot open source file "Vision/Runtime/EnginePlugins/ThirdParty/ScaleformEnginePlugin/VScaleformVariable.hpp" c:\game engineering projects\scaleformtry\scaleformcounterui\counterui\source\counteruiapplication\main.cpp 18 1 CounterUIApplication
像这样:
31 IntelliSense: identifier "VISION_PLUGIN_ENSURE_LOADED" is undefined c:\game engineering projects\scaleformtry\scaleformcounterui\counterui\source\counteruiapplication\main.cpp 99 3 CounterUIApplication
看来Visual Studio在Android解决方案中没有加载scaleform头文件。
我该如何解决? (注意:我已经检查了视觉引擎的 vGameSolutionCreator 中的 Scaleform 切换框)
谢谢。
(我已经在 Havok PA 网站上问过这个问题,但很长时间没有答案)
【问题讨论】:
标签: android c++ visual-studio-2010 havok scaleform