About Store Forum Documentation Contact



Post Reply 
Viewport
Author Message
djpercy Offline
Member

Post: #1
Viewport
Hi,

why dosen't work the Multiple Viewport?
has been some days it still works.

this ist the error report.

1>j:\spieleentwicklung\esenthelenginesdk\tutorials\source\advanced\1 - geometry, graphics, gui, misc, net, sound\gui\11 - multiple viewports.cpp(9) : error C2146: Syntaxfehler: Fehlendes ';' vor Bezeichner 'viewport'

and this is the codeline:

Viewport viewport[2];

Greeting Denis
11-12-2010 11:16 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Viewport
I think you don't have correct version of EE headers (please run autoupdate so they will get copied to VS, please make sure that correct path is specifiedi for VS)
11-12-2010 11:22 PM
Find all posts by this user Quote this message in a reply
djpercy Offline
Member

Post: #3
RE: Viewport
Hi,

i have not changed my Visual Studio path. All is right

Greeting Denis
11-12-2010 11:45 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Viewport
Viewport viewport[2];
this is ok, which means you have incorrect EE headers/lib/engine.pak

http://www.esenthel.com/wiki/index.php?t...e_Updating
11-12-2010 11:48 PM
Find all posts by this user Quote this message in a reply
Post Reply