Need some help for my project...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Need some help for my project...

Post by fatcat46 »

I begin a project with my friends and we start de menu.
My first question is : How can i make a menu properly?

Now it is simply 4 butons witn text but no actions(i know how to make actions).
My second question is : How can i make miltiple windows(not like MDI child)?
Thirdly : How can i remove the Console?
:cry: :cry: :cry: :cry: :cry: :cry:
Thanks for any help.
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
Guest

Post by Guest »

Remove console...you mean the command prompt?
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Post by fatcat46 »

Yes this damnit Command Prompt...OK it's not too bad but i don't want it...
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
Guest

Post by Guest »

for no console thats in the project options...think compiler or something idk
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Post by fatcat46 »

:roll: sorry i don't understand that...some1 can say me SIMPLY Please?
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
NECROSIDE

Post by NECROSIDE »

If you want to get rid of the promt, why dont you use winmain method?
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Post by fatcat46 »

:oops: I never think about that.... :) Thanks for the help I will test it.
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

in VC7 you have to go to project->properties->linker->system->subsystem and change the value there from console to windows
a screen cap is worth 0x100000 DWORDS
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Post by fatcat46 »

use Dev C++ and i think it is the best(for new programmers..)
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
Guest

Post by Guest »

Removing the DOS prompt in DevC++ is even simpler! Just go Project->ProjectOptions->Win32 GUI

That should do it!
Guest

Post by Guest »

1. use the search function
2. RTFM
3. look into the api
5. read the faq
4. dont be so stupid and post the same question over and over again

thanks! that should save traffic and nerves!
Post Reply