Пытаясь использовать Havok Project Anarachy для создания проекта, не собираюсь

Я использовал vGameSolutionCreator в vForge для создания проекта под названием «Test1», когда я открываю его в Visual Studio 2012 (или Visual Studio 2010 в этом отношении) и собираю его, я получаю ошибку

Ошибка 1 ошибка LNK1104: не удается открыть файл 'libgfx.lib' C: \ Users \ dev1 \ Documents \ AnarchyProjects \ Test1 \ Source \ Test1Plugin \ LINK Test1Plugin100 (Visual Studio 2010)

Кто-нибудь знает, что мне не хватает и / или решение этой проблемы?

0

Решение

Проблема возникает из-за ссылки на масштабную форму по умолчанию в шаблонах.
от http://forum.projectanarchy.com/showthread.php?807-New-Release-2013-2-5 :

    The resulting project templates includes a reference to link against the Scaleform libraries. If you don't have or you don't need Scaleform in your project you will need to delete this references from the project. Because the project makes use of property sheets this libraries are linked automatically so if you don't need them you will have to:

Right click in the ProjectTemplate→Properties.
Go to the Linker→General section.
Edit the Additional Dependencies field.
Uncheck the check-box labeled 'Inherit from parent or project defaults'.
Copy the contents of the 'Inherited values:' box (the one with light grey colour as background).
Paste the contents in the upper box under the already defined values.
Once pasted you must delete all the Scaleform entries:
-lgfx_air
-lgfx_as2
-lgfx_as3
-lgfx
-lgfxexpat
-lgfxplatform
-lgfxrender_gl
-lgfxsound_fmod
-lexpat
-ljpeg
-lpcre
-lpng
You will have to do this for each build configuration. This is Debug, Dev and Release.
1

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]