Shows how to set up the Visual Studio IDE for using the Irrlicht Engine and how to write a simple HelloWorld program with it.
(from Tutorial)
Search found 21 matches
- Tue Apr 25, 2006 2:54 pm
- Forum: Beginners Help
- Topic: n00by question but - how do i actually open the editor thing
- Replies: 8
- Views: 902
- Sat Apr 22, 2006 4:16 pm
- Forum: Beginners Help
- Topic: Problems with Irrlicht and zips
- Replies: 1
- Views: 642
- Thu Apr 20, 2006 9:44 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Irrlicht 1.0
- Replies: 21
- Views: 3487
- Mon Apr 17, 2006 7:10 pm
- Forum: Beginners Help
- Topic: Sorr I' m total newbie
- Replies: 12
- Views: 1206
- Mon Apr 17, 2006 6:46 pm
- Forum: Beginners Help
- Topic: Sorr I' m total newbie
- Replies: 12
- Views: 1206
- Mon Apr 17, 2006 2:15 pm
- Forum: Irrlicht.NET
- Topic: Can Irrlicht.net be used with .NET 2.0
- Replies: 8
- Views: 2691
- Mon Apr 17, 2006 2:02 pm
- Forum: Beginners Help
- Topic: Problems with Irrlicht and zips
- Replies: 1
- Views: 642
Problems with Irrlicht and zips
Now, according to the 2nd tutorial a file inside a zip added via
IrrDevice->getFileSystem()->addZipFileArchive("level/00.gxlevel"); should be "found" by the program straight away. Or am I mistaken here already?
Anyway, my Code: IrrDevice->getFileSystem()->addZipFileArchive("level/00.gxlevel ...
IrrDevice->getFileSystem()->addZipFileArchive("level/00.gxlevel"); should be "found" by the program straight away. Or am I mistaken here already?
Anyway, my Code: IrrDevice->getFileSystem()->addZipFileArchive("level/00.gxlevel ...
- Wed Apr 12, 2006 10:33 am
- Forum: Beginners Help
- Topic: Unicode Trouble - Getting a Text from an Editbox
- Replies: 12
- Views: 1134
- Tue Apr 11, 2006 1:25 pm
- Forum: Beginners Help
- Topic: Unicode Trouble - Getting a Text from an Editbox
- Replies: 12
- Views: 1134
- Tue Apr 11, 2006 1:17 pm
- Forum: Beginners Help
- Topic: Unicode Trouble - Getting a Text from an Editbox
- Replies: 12
- Views: 1134
- Tue Apr 11, 2006 12:55 pm
- Forum: Beginners Help
- Topic: Unicode Trouble - Getting a Text from an Editbox
- Replies: 12
- Views: 1134
Unicode Trouble - Getting a Text from an Editbox
Well, my problem is simpel. I have created an edit Box and want to read it out using the event handler.
The method "getText" returns a "const wchar_t *". And I have never really come across Unicode. So what exactly is wchar_t? Does it sort off replace the string variable? Or is it a kind of char ...
The method "getText" returns a "const wchar_t *". And I have never really come across Unicode. So what exactly is wchar_t? Does it sort off replace the string variable? Or is it a kind of char ...
- Wed Mar 29, 2006 12:49 pm
- Forum: Beginners Help
- Topic: Basic Question about OOP
- Replies: 4
- Views: 343
Mhm, not quite
Guess I really should start off with OOP 
Code: Select all
.\bomberman\IrrEventReceiver.cpp(13) : error C2723: 'IrrEventReceiver::OnEvent' : 'virtual' storage-class specifier illegal on function definition- Wed Mar 29, 2006 12:21 pm
- Forum: Beginners Help
- Topic: Basic Question about OOP
- Replies: 4
- Views: 343
Basic Question about OOP
I want to make a little GUI for my game and made so far no use of Object Orientation. I guess I understood the basics but now I am at a sort of dead point.
I divided my source into multiple Files and don't quite get the hang on how to do this with the IrrEventReceiver Class. My Code:
[CPP ...
I divided my source into multiple Files and don't quite get the hang on how to do this with the IrrEventReceiver Class. My Code:
[CPP ...
- Sun Mar 26, 2006 11:37 pm
- Forum: Project Announcements
- Topic: Dragon Warrior 1 3D Remake using irrWizard...
- Replies: 64
- Views: 34666
- Thu Mar 09, 2006 11:04 am
- Forum: Beginners Help
- Topic: Converting from Windows GDI to Irrlicht
- Replies: 16
- Views: 1435