Hi community,
i use visual studio 2010, when i try to use the tutorials the compiler gives this error in a message box:
unable to load /.../tutorials.exe
Can not find the executable
So i tryed to create a new project and copy the source and now it gives me this error:
1>Esenthel.obj : error LNK2019: unresolved external symbol "public: struct EE::Display & __thiscall EE::Display::sync(bool)" (?sync@Display@EE@@QAEAAU12@_N@Z) referenced in function "void __cdecl InitPre(void)" (?InitPre@@YAXXZ)
1>Esenthel.obj : error LNK2001: unresolved external symbol "struct EE::Display EE:
" (?D@EE@@3UDisplay@1@A)
1>Esenthel.obj : error LNK2019: unresolved external symbol "public: struct EE::PakSet & __thiscall EE::PakSet::add(struct EE::Str16,struct EE::Secure *,bool)" (?add@PakSet@EE@@QAEAAU12@UStr16@2@PAUSecure@2@_N@Z) referenced in function "void __cdecl InitPre(void)" (?InitPre@@YAXXZ)
1>Esenthel.obj : error LNK2001: unresolved external symbol "struct EE::PakSet EE::Paks" (?Paks@EE@@3UPakSet@1@A)
1>Esenthel.obj : error LNK2019: unresolved external symbol "public: void __thiscall EE::Application::name(struct EE::Str16,bool)" (?name@Application@EE@@QAEXUStr16@2@_N@Z) referenced in function "void __cdecl InitPre(void)" (?InitPre@@YAXXZ)
and so on...
Who can help me? ç_ç