Search found 14 matches

by killer7
Sat Dec 18, 2004 10:01 pm
Forum: Beginners Help
Topic: Ok, nother prob, wchar_t to char array
Replies: 4
Views: 430

I love you :mrgreen:
by killer7
Sat Dec 18, 2004 3:22 pm
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 542

take the dll and put it in the same folder as the exe.
by killer7
Sat Dec 18, 2004 3:08 pm
Forum: Advanced Help
Topic: bug at remove() ?
Replies: 6
Views: 395

thats impossable, threads mearly sub-devide time, only one thread is actully running at a time.

They just switch back and forth between threads so quickly you cant see the difference .
by killer7
Sat Dec 18, 2004 1:23 pm
Forum: Beginners Help
Topic: Ok, nother prob, wchar_t to char array
Replies: 4
Views: 430

Here is the error it gave me with your new code:

main.cpp:141: request for member `c_str' in `
(*(namebox->irr::gui::IGUIElement::_vptr$IUnknown + 52))(namebox)', which is
of non-aggregate type `const wchar_t*'


This is first time dev-c++ ever thru an error i dont know what it means :(
by killer7
Sat Dec 18, 2004 11:37 am
Forum: Beginners Help
Topic: Ok, nother prob, wchar_t to char array
Replies: 4
Views: 430

Ok, nother prob, wchar_t to char array

i need to get the text out of my text box so i did:

Code: Select all

char Name[51];
Name = namebox->getText();
but it wont convert the unicode wchar_t to standered char :(

How do i do it.

P.S.
I find your forums VERY helpful and the people bery nice
by killer7
Sat Dec 18, 2004 2:44 am
Forum: Beginners Help
Topic: How to get the pointer? Please Help me!
Replies: 2
Views: 242

you were rite, almost

Code: Select all

 IGUIButton* myButton = guienv->addButton(rect<s32>(170,150,300,175), 0, 10, L"Test");
note: guienv->

Thanks for your help, real life saver!
by killer7
Fri Dec 17, 2004 7:23 am
Forum: Beginners Help
Topic: How to get the pointer? Please Help me!
Replies: 2
Views: 242

How to get the pointer? Please Help me!

ok, for instance:

Code: Select all

guienv->addButton(rect<s32>(170,150,300,175), 0, 10, L"Test");
How would i get the pointer to the checkbox?
by killer7
Fri Dec 10, 2004 6:44 pm
Forum: Beginners Help
Topic: What is the best format to do 3d graphix in?
Replies: 3
Views: 330

thanks, i wasnt sure if .x supported animation or not, you know, googleing something with 'x' in the name generaly get different results, lol.
by killer7
Fri Dec 10, 2004 6:42 pm
Forum: Beginners Help
Topic: Please help, The event Reaciver isnt working!!!!!!!!!!
Replies: 6
Views: 354

yes, i am using the device functions in it, and following the code that is shown in the tut, it declares device to be null, well, i deleted that code and replaced with creatdevice, it works like a charm
by killer7
Fri Dec 10, 2004 9:28 am
Forum: Off-topic
Topic: I Need some help with modeling, please read!
Replies: 0
Views: 373

I Need some help with modeling, please read!

I am making a large multiplayer fps, iv gotten the engine working, but i need models to get it working, and i cant model for anything. I would like a few people to help me out, you'll get your name in the game, and your graphic in some areas, plus anything else i can manage to help you out with. unf...
by killer7
Fri Dec 10, 2004 7:47 am
Forum: Beginners Help
Topic: What is the best format to do 3d graphix in?
Replies: 3
Views: 330

What is the best format to do 3d graphix in?

i dont know much about the filetypes and what they support (i program, not 3d design),

i need one that looks good, low poly, and supports animation.

Thanks,
Keith
by killer7
Fri Dec 10, 2004 6:16 am
Forum: Beginners Help
Topic: Please help, The event Reaciver isnt working!!!!!!!!!!
Replies: 6
Views: 354

i got it working,
You have to call
IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<s32>(512, 384), 16, false, false, true, 0);

Before you try to build your event reviever
by killer7
Fri Dec 10, 2004 5:29 am
Forum: Beginners Help
Topic: No GUI events triggered
Replies: 9
Views: 572

Yes, i am still strugling with it, not exactly the same, but, everytime i trigger an event (mouse over, click, ect.) it crashes and askes me to tel microsoft
by killer7
Fri Dec 10, 2004 2:44 am
Forum: Beginners Help
Topic: Please help, The event Reaciver isnt working!!!!!!!!!!
Replies: 6
Views: 354

Im gonna be gone for a while, please PM me if anyone figures out why, i have done everything, nothing seems to works, with the execption of if i comment out the line 'return false', it kills the entire reciever.

Thanks in advance,
Keith