Search found 13 matches

by cyanide
Sun Sep 24, 2006 6:57 am
Forum: Beginners Help
Topic: half-solved: editbox in hello world?
Replies: 11
Views: 475

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...
by cyanide
Sun Sep 24, 2006 6:54 am
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 19510

dev-c++ 4.9.9.2 (beta 5), on windows xp. i get a load of errors whenever i try to compile any of the .dev files.
of course, more things have screwed up on this computer, so it wouldn't surprise me if it were related...
by cyanide
Sat Sep 23, 2006 11:01 pm
Forum: Bug reports
Topic: Invisible objects with RTT
Replies: 1
Views: 280

camera->drop()? of course, you'd have to recreate it every frame, but still...
by cyanide
Sat Sep 23, 2006 10:44 pm
Forum: Project Announcements
Topic: IrrExtensions >> not for V1.3 !!!
Replies: 153
Views: 19510

could someone please upload the modified dll and include files? i can't get the irrlicht dll to compile in any way and i'd really like to get my hands on these mods!
by cyanide
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: 18032

sounds good. hope it can replace my broken guienv->addEditBox.
by cyanide
Sat Sep 23, 2006 9:33 pm
Forum: Beginners Help
Topic: input text without guienv->addEditBox()?
Replies: 4
Views: 501

i think i'll use zeno's idea. thanks, zeno! hybrid, i've got hello world to lock up just by adding the guienv->addEditBox(L"Hello world",rect<int>(10,10,260,22),true); beneath the somewhat similar statictext. i've got no idea why, but it does not work. and i'm not good at recompiling, so.....
by cyanide
Sat Sep 23, 2006 9:24 pm
Forum: Beginners Help
Topic: input text without guienv->addEditBox()?
Replies: 4
Views: 501

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...
by cyanide
Sat Sep 23, 2006 7:37 pm
Forum: Beginners Help
Topic: half-solved: editbox in hello world?
Replies: 11
Views: 475

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...
by cyanide
Sat Sep 23, 2006 7:12 pm
Forum: Beginners Help
Topic: half-solved: editbox in hello world?
Replies: 11
Views: 475

well, to recreate my last bit of code... the hello world edit, that is... just put guienv->addEditBox(L"Hello World! This is the Irrlicht Apfelbaum Software renderer!", rect<int>(10,10,260,22), true); right under guienv->addStaticText(L"Hello World! This is the Irrlicht Apfelbaum Soft...
by cyanide
Sat Sep 23, 2006 5:01 pm
Forum: Beginners Help
Topic: half-solved: editbox in hello world?
Replies: 11
Views: 475

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 ...
by cyanide
Sat Nov 26, 2005 10:14 am
Forum: Beginners Help
Topic: incompatability?
Replies: 3
Views: 266

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 ...
by cyanide
Sat Nov 19, 2005 5:13 pm
Forum: Beginners Help
Topic: wchar_t is evil... it keeps killing my char*'s
Replies: 3
Views: 957

thanks. as long as it works, i guess.
by cyanide
Sat Nov 19, 2005 5:00 pm
Forum: Beginners Help
Topic: wchar_t is evil... it keeps killing my char*'s
Replies: 3
Views: 957

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?