That didn't work.
Just to check should I have any syntax highlighting in the following line?
IrrlichtDevice *device =
createDevice( video::EDT_SOFTWARE, dimension2d<u32>(640, 480), 16,
false, false, false, 0);
Because at the moment the only things that are highlighted are the falses
Search found 5 matches
- Sat Apr 10, 2010 11:32 pm
- Forum: Beginners Help
- Topic: Syntax highlighting (VS2008 Express)
- Replies: 4
- Views: 378
- Sat Apr 10, 2010 11:09 pm
- Forum: Beginners Help
- Topic: Syntax highlighting (VS2008 Express)
- Replies: 4
- Views: 378
- Sat Apr 10, 2010 10:55 pm
- Forum: Beginners Help
- Topic: Syntax highlighting (VS2008 Express)
- Replies: 4
- Views: 378
Syntax highlighting (VS2008 Express)
Hi all,
I have set up the include path and the lib. The examples compile and run successfully; however, I have syntax colour highlighting of things like createdevice()
Is this normal?
Thanks in advance!
I have set up the include path and the lib. The examples compile and run successfully; however, I have syntax colour highlighting of things like createdevice()
Is this normal?
Thanks in advance!
- Sat Feb 17, 2007 12:49 am
- Forum: Irrlicht.NET
- Topic: Slight problem compiling the examples (c#)
- Replies: 2
- Views: 1668
- Thu Feb 15, 2007 10:21 pm
- Forum: Irrlicht.NET
- Topic: Slight problem compiling the examples (c#)
- Replies: 2
- Views: 1668
Slight problem compiling the examples (c#)
Hi there,
New here and having a problem getting irrlicht to work with c#
Error 1 'Irrlicht.Scene.ISceneManager' does not contain a definition for 'AddTestSceneNode'
That is the error that I get.
I have tried putting the DLL's in the same folder as the app. in the bin/debug and release folders ...
New here and having a problem getting irrlicht to work with c#
Error 1 'Irrlicht.Scene.ISceneManager' does not contain a definition for 'AddTestSceneNode'
That is the error that I get.
I have tried putting the DLL's in the same folder as the app. in the bin/debug and release folders ...