About Store Forum Documentation Contact



Post Reply 
A few troubles in running tutorials
Author Message
Orge Offline
Member

Post: #1
A few troubles in running tutorials
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 [Image: shaderfail.jpg]
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.
03-09-2010 03:15 PM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #2
RE: A few troubles in running tutorials
Hi there,

The shaders are only available to people with a license.

check out:

http://www.esenthel.com/?id=buy

I'm not sure about the other tutorials (i'm at work at the moment so can't check), you'll have to wait for someone else to reply smile

Welcome to this community,
Chris
03-09-2010 03:41 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: A few troubles in running tutorials
Hello,

1-yes it's only for licensed developers
2-fix will be in the next release, if you don't want to wait you just need to add () after Gui.ms and Gui.desktop
03-09-2010 03:58 PM
Find all posts by this user Quote this message in a reply
Orge Offline
Member

Post: #4
RE: A few troubles in running tutorials
Thanks, understood.
03-10-2010 08:22 AM
Find all posts by this user Quote this message in a reply
Imperator Offline
Member

Post: #5
RE: A few troubles in running tutorials
I've got problems with tutorials based on World Editor (Game Basics folder). I mean, it's building perfectly, but when I run it, it's an errror: "Shader Param 'Color[0]' not found.", and it's since latest update.
I've tried to rebuild worlds, rebuild projects, but it still doesn't work, and I can't handle it. Could you give me any solution?
03-19-2010 12:04 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: A few troubles in running tutorials
I think you're using different versions of EsenthelEngine.lib and engine.pak
please update the engine properly.
http://www.esenthel.com/wiki/index.php?t...e_Updating
that should help

after that please rebuild the c++ project
03-19-2010 04:05 PM
Find all posts by this user Quote this message in a reply
Imperator Offline
Member

Post: #7
RE: A few troubles in running tutorials
Well, You're right.. I did it before, but I didn't see that in Tutorials folder I have old "engine.pak", and this file was used by tutorial..
Everything works fine now!
03-19-2010 04:41 PM
Find all posts by this user Quote this message in a reply
Post Reply