Hi.
I'm new to this forum and Esenthel in particular. And I am quite amazed with it's capabilities. Today I've run all tutorials provided with SDK. Everything works fine except theese
1 - All shader tutorials fails with this
What is this D:/Projects/... path about? It's not mine, I do not have that one.
2 - Inventory tutorial main.cpp fails to compile with
1>c:\code\esenthelenginesdk\tutorials\source\advanced\5 - projects (here all files from a single directory need to be included in project)\02 - inventory\main.cpp(55) : error C2276: '!' : illegal operation on bound member function expression
1>c:\code\esenthelenginesdk\tutorials\source\advanced\5 - projects (here all files from a single directory need to be included in project)\02 - inventory\main.cpp(55) : error C3867: 'EE::GUI::ms': function call missing argument list; use '&EE::GUI::ms' to create a pointer to member
1>c:\code\esenthelenginesdk\tutorials\source\advanced\5 - projects (here all files from a single directory need to be included in project)\02 - inventory\main.cpp(55) : error C3867: 'EE::GUI::desktop': function call missing argument list; use '&EE::GUI::desktop' to create a pointer to member
What am I supposed to do here? That's not my code...
Help please.