Search found 13 matches
- Sun Sep 24, 2006 6:57 am
- Forum: Beginners Help
- Topic: half-solved: editbox in hello world?
- Replies: 11
- Views: 485
they can be found by the exe. it turns out my md2 loaded is as corrupted as my editbox. i've always used opengl... i know dec-c++ can't handle dx by default, and the irrlicht source won't compile either so i can't add dx support. the tutorial files seem to work fine once i comment out all md2 loadin...
- Sun Sep 24, 2006 6:54 am
- Forum: Project Announcements
- Topic: IrrExtensions >> not for V1.3 !!!
- Replies: 153
- Views: 19968
- Sat Sep 23, 2006 11:01 pm
- Forum: Bug reports
- Topic: Invisible objects with RTT
- Replies: 1
- Views: 285
- Sat Sep 23, 2006 10:44 pm
- Forum: Project Announcements
- Topic: IrrExtensions >> not for V1.3 !!!
- Replies: 153
- Views: 19968
- Sat Sep 23, 2006 10:28 pm
- Forum: Code Snippets
- Topic: (C++)chatQue class [v0.2.3] Alpha Fade works w/ 1.2
- Replies: 41
- Views: 18226
- Sat Sep 23, 2006 9:33 pm
- Forum: Beginners Help
- Topic: input text without guienv->addEditBox()?
- Replies: 4
- Views: 505
- Sat Sep 23, 2006 9:24 pm
- Forum: Beginners Help
- Topic: input text without guienv->addEditBox()?
- Replies: 4
- Views: 505
input text without guienv->addEditBox()?
is there any way to input text without using the editbox class? whenever i add one, my program crashes, and it seems to only happen on this computer. so i'd like a way around, as it's rather hard to make a chat program without text...
- Sat Sep 23, 2006 7:37 pm
- Forum: Beginners Help
- Topic: half-solved: editbox in hello world?
- Replies: 11
- Views: 485
uhm, yeah. i just thought that i might have changed the dll's. so i copied the original dll to my windows folder (same size as what i had), and no difference. any example i hadn't modified screwed up as well. so i just unzipped the whole folder again (kept a separate folder for the project i'm worki...
- Sat Sep 23, 2006 7:12 pm
- Forum: Beginners Help
- Topic: half-solved: editbox in hello world?
- Replies: 11
- Views: 485
- Sat Sep 23, 2006 5:01 pm
- Forum: Beginners Help
- Topic: half-solved: editbox in hello world?
- Replies: 11
- Views: 485
half-solved: editbox in hello world?
okay. i've got a very weird problem. i can't add an editbox. not even in the hello world example for dev-c++. if i do, i get the standard windows error. the "send report/don't send" screen. i just copied the statictext adding function and changed the function name to addEditBox. it should ...
- Sat Nov 26, 2005 10:14 am
- Forum: Beginners Help
- Topic: incompatability?
- Replies: 3
- Views: 273
incompatability?
emm... it seems irrlicht just won't run at my new computer (newest aldi pc, dual-core 3 ghz 32-bit processor, 64-bit compatable motherboard, 1024 mb ram, nvidia 7600 xl 128 mb graphics card... does it happen to others too? (it just closes the moment it opens the newly compiled exe. doing nothing at ...
- Sat Nov 19, 2005 5:13 pm
- Forum: Beginners Help
- Topic: wchar_t is evil... it keeps killing my char*'s
- Replies: 3
- Views: 966
- Sat Nov 19, 2005 5:00 pm
- Forum: Beginners Help
- Topic: wchar_t is evil... it keeps killing my char*'s
- Replies: 3
- Views: 966
wchar_t is evil... it keeps killing my char*'s
i can't just use a typecast to get my char*'s converted to wchar_t*'s. that produces random characters. i can't seem to find any function to convert it properly either. can anyone help me?