Search found 5 matches

by ck123
Fri Oct 06, 2006 12:37 am
Forum: Beginners Help
Topic: why the message of keyboard no response?
Replies: 1
Views: 217

I get this same issue. The gui controls dont even pick up the keyboard input. Does starting irrlicht in this manner requre us to set exclusive keyboard access to the app or something? is there something internally done in createDevice that isnt done in createDeviceEx?
by ck123
Thu Oct 05, 2006 8:55 pm
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2889

how about this...
how about this...

int main()
{
// create irrlicht


HWND wnd = GetConsoleWindow();
ShowWindow(wnd, SW_HIDE);

// run irrlicht stuff
}


I think GetConsoleWindow was a part of windows.h but not sure off hand.
by ck123
Thu Sep 28, 2006 4:03 pm
Forum: Bug reports
Topic: [not a bug] Creating Device with custom window
Replies: 1
Views: 1019

create your Irrlicht render window as a child of the main window. I thought this was a bug also, until I took a closer look at the windows tutorial.
by ck123
Mon May 29, 2006 1:53 am
Forum: Beginners Help
Topic: Redistribution Error
Replies: 4
Views: 241

Allright, I just tried doing a simple hello world app, and apparently its my visual studio, and not anything to do with irrlicht. Thanks for the help everyone.
by ck123
Sun May 28, 2006 8:26 pm
Forum: Beginners Help
Topic: Redistribution Error
Replies: 4
Views: 241

Redistribution Error

I tried to redistribute some release mode demos I made with Irrlicht and an error came up on every computer Ive tried it on. I included the exe built in release mode, the assets, and the .dll file. When I run it on my PC it works fine, but on other PCs an error message comes up saying The ...