Elm0
12-06-2008 02:31:27
I compiled ogreAL without having any problems (I use the latest ogreAL from subversion and Ogre_sdk 1.45)
In my current project (vs8), I included:
All additional includes and libraries have been set but if I compile I keep getting the following error:
or in english
THX for any help
In my current project (vs8), I included:
#include "OgreALListener.h"
#include "OgreALSoundManager.h"
#include "OgreAL.h"
All additional includes and libraries have been set but if I compile I keep getting the following error:
ogrealprereqs.h(88) : error C2143: Syntaxfehler: Es fehlt '}' vor '('
or in english
ogrealprereqs.h(88) : error C2143: Syntaxerror: '}' is missing before '('
THX for any help