Later I will add new things
Search found 14 matches
- Fri Sep 11, 2009 9:31 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: SMART TUTORIAL
- Replies: 8
- Views: 10340
- Mon Jul 20, 2009 8:22 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: SMART TUTORIAL
- Replies: 8
- Views: 10340
- Mon Jul 20, 2009 6:36 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: SMART TUTORIAL
- Replies: 8
- Views: 10340
SMART TUTORIAL
I have put everything together, maybe this smart tutorial will be helpful :)
WRITE IMAGE TO FILE:
IImage* image = Device.driver->createScreenShot();
if (image)
{
Device.driver->writeImageToFile(image, "c:\\images\\dump.jpeg");
Device.driver->writeImageToFile(image, "c:\\images\\dump ...
WRITE IMAGE TO FILE:
IImage* image = Device.driver->createScreenShot();
if (image)
{
Device.driver->writeImageToFile(image, "c:\\images\\dump.jpeg");
Device.driver->writeImageToFile(image, "c:\\images\\dump ...
- Wed Dec 24, 2008 6:02 am
- Forum: Beginners Help
- Topic: Problem with mouse events
- Replies: 4
- Views: 539
- Mon Dec 22, 2008 6:09 pm
- Forum: Project Announcements
- Topic: Box2d Wrapper
- Replies: 14
- Views: 4648
box2d
Dear all,
the link provided above is dead
I can not download irrbox2d.h wrapper, the link is dead. Please, resubmit it for download
Thank you in advance.
the link provided above is dead
I can not download irrbox2d.h wrapper, the link is dead. Please, resubmit it for download
Thank you in advance.
- Fri Aug 15, 2008 9:57 am
- Forum: Bug reports
- Topic: FORUM ERROR - SEARCH IS CORRUPTED !!!!
- Replies: 0
- Views: 195
FORUM ERROR - SEARCH IS CORRUPTED !!!!
To admin staff - Please, correct this error !!! It occurs when I am trying to look for anything on current forum. :!:
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
- Fri Aug 15, 2008 9:57 am
- Forum: Bug reports
- Topic: FORUM ERROR - SEARCH IS CORRUPTED !!!!
- Replies: 0
- Views: 194
FORUM ERROR - SEARCH IS CORRUPTED !!!!
To admin staff - Please, correct this error !!! It occurs when I am trying to look for anything on current forum. :!:
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
- Fri Aug 15, 2008 9:56 am
- Forum: Bug reports
- Topic: [fixed] FORUM ERROR - SEARCH IS CORRUPTED !!!!
- Replies: 0
- Views: 255
[fixed] FORUM ERROR - SEARCH IS CORRUPTED !!!!
To admin staff - Please, correct this error !!! It occurs when I am trying to look for anything on current forum. :!:
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
[b]General Error [/b]
Could not obtain matched posts list
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordlist.MYI' (errno: 145)
SELECT m.post_id FROM phpbb ...
- Sun Jan 28, 2007 6:35 am
- Forum: Irrlicht.NET
- Topic: Help!!
- Replies: 4
- Views: 1928
- Sun Jan 28, 2007 6:22 am
- Forum: Irrlicht.NET
- Topic: C# - Detect Keyboard Input
- Replies: 6
- Views: 3797
- Wed Jan 24, 2007 10:09 am
- Forum: Irrlicht.NET
- Topic: C# - Detect Keyboard Input
- Replies: 6
- Views: 3797
- Wed Jan 24, 2007 8:17 am
- Forum: Irrlicht.NET
- Topic: C# - Detect Keyboard Input
- Replies: 6
- Views: 3797
- Tue Jan 23, 2007 6:38 pm
- Forum: Irrlicht.NET
- Topic: C# - Detect Keyboard Input
- Replies: 6
- Views: 3797
- Mon Jan 22, 2007 5:50 pm
- Forum: Irrlicht.NET
- Topic: C# - Detect Keyboard Input
- Replies: 6
- Views: 3797
C# - Detect Keyboard Input
:( Please, help me. I looked through entire forum and I still have a problem with keyboard. Now my code complains: "Object reference not set to an instance of an object".
using System;
using Irrlicht;
using Irrlicht.Video;
using Irrlicht.Core;
using Irrlicht.Scene;
namespace HelloWorld ...
using System;
using Irrlicht;
using Irrlicht.Video;
using Irrlicht.Core;
using Irrlicht.Scene;
namespace HelloWorld ...