A designer in my team can't compile any projects. Only the tutorials do work for him without any problem.
For all other projects he receive the error
1>------ Erstellen gestartet: Projekt: 01 - Bars, Konfiguration: Debug Win32 ------
1> stdafx.cpp
1> Auto.cpp
1>EsenthelEngine.lib(Application.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol ""void __cdecl Shut(void)" (?Shut@@YAXXZ)" in Funktion ""public: void __thiscall EE::Application::del(void)" (?del@Application@EE@@QAEXXZ)".
1>EsenthelEngine.lib(Application.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol ""bool __cdecl Init(void)" (?Init@@YA_NXZ)" in Funktion ""public: bool __thiscall EE::Application::create(void)" (?create@Application@EE@@QAE_NXZ)".
1>EsenthelEngine.lib(Application.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol ""void __cdecl InitPre(void)" (?InitPre@@YAXXZ)" in Funktion ""public: bool __thiscall EE::Application::create(void)" (?create@Application@EE@@QAE_NXZ)".
1>EsenthelEngine.lib(States.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol ""void __cdecl Draw(void)" (?Draw@@YAXXZ)" in Funktion ""void __cdecl EE::`dynamic initializer for 'StateMain''(void)" (??__EStateMain@EE@@YAXXZ)".
1>EsenthelEngine.lib(States.obj) : error LNK2019: Verweis auf nicht aufgel”stes externes Symbol ""bool __cdecl Update(void)" (?Update@@YA_NXZ)" in Funktion ""void __cdecl EE::`dynamic initializer for 'StateMain''(void)" (??__EStateMain@EE@@YAXXZ)".
1>01 - Bars.exe : fatal error LNK1120: 5 nicht aufgel”ste Externe
========== Erstellen: 0 erfolgreich, 1 fehlerhaft, 0 aktuell, 0 bersprungen ==========
I created some new projects and can't reproduce it here. Now I found one where I have the same issue.
It is just a new project where I copied the whole content of the tutorials in.
You can find the project folder here:
https://www.dropbox.com/s/gxq7vnb610o2hv...724kkl9.7z
Just copy this to the project-folder of Esenthel and try to compile. Can anyone reproduce this and has an idea how to resolve?
Thanks!
Stefan