Search found 4 matches

by Lordhp
Tue Nov 15, 2005 4:09 pm
Forum: Beginners Help
Topic: Solved - VS03: Context help has just a few problems
Replies: 1
Views: 182

Hmm, i see that there is a limitation about Intellisense.

IntelliSense Limitations
IntelliSense does not work in C++ projects under the following circumstances:
The cursor is inside a code comment.
You are writing a string literal.
A syntax error appears above the cursor.
IntelliSense is not ...
by Lordhp
Tue Nov 15, 2005 11:30 am
Forum: Beginners Help
Topic: Solved - VS03: Context help has just a few problems
Replies: 1
Views: 182

Solved - VS03: Context help has just a few problems

Hello,
I have found some problem, I did try search for solution but maybe I'm stupid or nowhere it was written. Uncle google didn;t help :P

Well, lets face the context help when using variables (like IrrlichtDevice]. In VS, when I write device-> context help appears. It is luxury.

But, when I have ...
by Lordhp
Sun Nov 06, 2005 9:36 pm
Forum: Game Programming
Topic: Irrlicht IXML and IrrXML - What's this about ?
Replies: 3
Views: 2386

Thank you,
I've seen this page before. As I wrote, I have tested IrrXML (which didn't work to me because of no reason from my point of view), I have read their website, but there is something what I don't understand...

Just like the Irrlicht Engine for which it was originally created, it is ...
by Lordhp
Sun Nov 06, 2005 6:42 pm
Forum: Game Programming
Topic: Irrlicht IXML and IrrXML - What's this about ?
Replies: 3
Views: 2386

Irrlicht IXML and IrrXML - What's this about ?

Hello,
i am new to Irrlicht engine, and i have discovered that there is a XML support in Irrlicht engine. But what does it mean? I tried to using it, and apparently I have to derive the built-in XML class to my own so that I can use it.

I don;t want to do that, because my knowledge of Irrlicht ...