Search found 42 matches

by mepatuhoo
Thu Feb 16, 2006 2:34 am
Forum: Beginners Help
Topic: irrlicht for pocket pc and cellphone
Replies: 3
Views: 274

thats cool well ill deffenly look in to that when i start getting the game im working on done on pc. is it easy to put on a pocket pc or cell phone and program for one?
by mepatuhoo
Wed Feb 15, 2006 3:28 am
Forum: Beginners Help
Topic: irrlicht for pocket pc and cellphone
Replies: 3
Views: 274

irrlicht for pocket pc and cellphone

im just wondering if irrlicht works on pocket pc's and cellphones and if not this would be a good idea for a new project for some one. im not planing on making any games for the pocket pc or cellphone just yet just wondering right now. i just thought of it and wanted to know if its posible. maybe in...
by mepatuhoo
Sat Feb 04, 2006 3:30 pm
Forum: Beginners Help
Topic: how can i make a Edit Box?
Replies: 10
Views: 510

well i looked at the api and i just dont get it. now if the api showed and example and then explaned how to change things by using the example code then that could help. but the api code has nothing with real varibles that would make sence. like where do i put the x and y stuff and is there anything...
by mepatuhoo
Fri Feb 03, 2006 2:14 pm
Forum: Beginners Help
Topic: opening and talking to other exe
Replies: 6
Views: 235

how can i do that i tryed looking at the api and i dont get it.
by mepatuhoo
Fri Feb 03, 2006 2:10 pm
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2170

what part of the code do you need to figer it out. ill send you the main funtion. i gess thats where is would need to be fixed int main() { video::E_DRIVER_TYPE driverType; // printf("Please select the driver you want for this example:\n"\ // " (a) Direct3D 9.0c\n (b) Direct3D 8.1\n (...
by mepatuhoo
Fri Feb 03, 2006 2:06 pm
Forum: Beginners Help
Topic: how can i make a Edit Box?
Replies: 10
Views: 510

could you show me an example of a working edit box code
by mepatuhoo
Fri Feb 03, 2006 4:47 am
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2170

@mepatuhoo depends on the ide you are using. as in my example above Code::Blocks still shows the console window when executed through the ide, but when running the .exe file itself it does not show up. i basicly copyed the interface tutorial and then edited it so most of the programing i have just ...
by mepatuhoo
Thu Feb 02, 2006 2:42 pm
Forum: Beginners Help
Topic: opening and talking to other exe
Replies: 6
Views: 235

but the tutorials dont show how to talk to other exe is there new tutorials out that i may have not seen yet?
by mepatuhoo
Thu Feb 02, 2006 2:40 pm
Forum: Beginners Help
Topic: how to make world files
Replies: 5
Views: 430

where do i go to download it?
by mepatuhoo
Thu Feb 02, 2006 2:39 pm
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2170

i just tryed all of them out and there all still showing the box what am i doing incorectly? :?
by mepatuhoo
Thu Feb 02, 2006 2:31 pm
Forum: Beginners Help
Topic: how can i make a Edit Box?
Replies: 10
Views: 510

IGUIEditBox (rect< s32 > (210, 380, 330, 400)); and the errors are Project\main.cpp #include expects "FILENAME" or <FILENAME> Project\main.cpp In function `int main()': Project\main.cpp cannot allocate an object of type `irr::gui::IGUIEditBox' Project\main.cpp because the following virtual...
by mepatuhoo
Wed Feb 01, 2006 2:26 pm
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2170

i tryed the code you posted and i got the following errors
Project\main.cpp #include expects "FILENAME" or <FILENAME>
Project\main.cpp `WINAPI' does not name a type
Project\Makefile.win [Build Error] [main.o] Error 1

what am i doing thats making the errors?
by mepatuhoo
Wed Feb 01, 2006 2:14 pm
Forum: Beginners Help
Topic: how can i make a Edit Box?
Replies: 10
Views: 510

i looked at it and i dont know how its explaining the function. could you show and example code that could help me out. or explain how to read the api i dont understand what part is the part you use to make the edit box :(
by mepatuhoo
Wed Feb 01, 2006 3:50 am
Forum: Beginners Help
Topic: photo size changing
Replies: 1
Views: 94

photo size changing

is there a way to put a photo on a 2d window and streach it to fit an area on the window (to use as a nice background) i have looked at the photo functions that are on this enging and it looks like they just put them on the screen and dont mess with the size.if there is not curent code to do this ca...
by mepatuhoo
Wed Feb 01, 2006 3:42 am
Forum: Beginners Help
Topic: "WinMain"
Replies: 18
Views: 2170

"WinMain"

how do is use WinMain to hide the text at the begining i want only the game gui to show. i see that in the first tutorial it seas somthing about "WinMain" and that it will hide it but how do i use it to hide it?