Search found 14 matches

by Fox
Tue Nov 25, 2008 2:10 am
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

HAHA hilarious. you guys are jokes. Say what you want i don't mind. :lol:
See i like the way you put your wordings Acki. Thank's.

Well the reasons why i said those things is because i was feeling like he was being rude in a way so i was is typing what i thought i mean everyone is entitled to there ...
by Fox
Mon Nov 24, 2008 10:48 pm
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

...Oh it's crystal clear. It's funny you avoid the big :::TOPIC CLOSED:: so you can get the last word in. See you fail to realize that nobody can see you nor hear you, so if somebody takes what your saying in a negative way then that's a problem. So next time when some one think's that your being ...
by Fox
Mon Nov 24, 2008 8:50 pm
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

Why do you have to say it like that for?


cranky people...

::::TOPIC CLOSED::::
by Fox
Mon Nov 24, 2008 4:17 pm
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

Sorry...


But i did look at them and read the first 2 but didnt understand how "I" could load my own project...thats why im here...sorry for this...

Ok i re-read the "Quake3Map" in Visual Studio and i understand that in order to load your scene you must put " scene::IAnimatedMesh* mesh = smgr ...
by Fox
Mon Nov 24, 2008 6:33 am
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

Working path? you mean going to tool's/options/projects and solutions/VC-++ Directories/ ect...? if so then yes, i have the "include" folder, library folder, and the lib of win32 visual studio added.
by Fox
Mon Nov 24, 2008 3:29 am
Forum: Beginners Help
Topic: Unable to open scene file: ../../
Replies: 17
Views: 1513

Unable to open scene file: ../../

Unable to open scene file: ../../3dmax/export/middle.3ds
The program '[1216] 3d project.exe: Native' has exited with code 0 (0x0).


This is error i get when i try to load my scene from 3d max- i did load it into Irr-EDIT then saved it as a irr-file. I do not know what i need to do in order to ...
by Fox
Mon Nov 24, 2008 3:07 am
Forum: Beginners Help
Topic: Blank screen?
Replies: 5
Views: 544

Did not work.

What would i need to do to load my irr scene file?
by Fox
Mon Nov 24, 2008 2:13 am
Forum: Beginners Help
Topic: Blank screen?
Replies: 5
Views: 544

Ahh i see, it says unable to open scene file "../../media/example.irr"

smgr->loadScene("../../media/example.irr");







Sooo if i want to load my own Irr file (which i do have) how would i type it in that space? like? smgr->loadScene("Documents and settings/main/scenefile.irr:);

Is that how i ...
by Fox
Mon Nov 24, 2008 1:52 am
Forum: Beginners Help
Topic: Blank screen?
Replies: 5
Views: 544

Blank screen?

Hello again.

I got everythings done with code in visual studio and then i choose defrag after compile, but nothing happens!! just blank grey screen! Image

Is iy suposed to be like this?
by Fox
Mon Nov 24, 2008 12:21 am
Forum: Beginners Help
Topic: irrlicht.dll failed to start?
Replies: 4
Views: 332

Re: irrlicht.dll failed to start?

Acki wrote:
Fox wrote:And i put the irrlicht.dll in the projects folder but still an error in this.
put in the exe's folder and be sure you're using the right dll... :lol:
Ahhhh ok thank you soo much! you were much help in this thank!
by Fox
Sun Nov 23, 2008 10:07 pm
Forum: Beginners Help
Topic: irrlicht.dll failed to start?
Replies: 4
Views: 332

irrlicht.dll failed to start?

Ohayou, i have a error, i already did codeing and fixed all these errors but one i did not fix: "This application has failed to start because Irrlicht.dll was not found. Re-installing the application may fix this problem".

I tried searching for an answer of my own but did not found any but is there ...
by Fox
Sun Nov 23, 2008 8:38 pm
Forum: Beginners Help
Topic: Building errors?
Replies: 4
Views: 423

Thanks you soo much!!! it worked!

I have another question(s) tho. How come there is nothing displayed? it's a white screen. And what would i have to change in the code to make my stuff work? like if i want to put my 3d max file in there, i put it into irr-Edit and made it a irr file where do i put ...
by Fox
Sun Nov 23, 2008 6:44 pm
Forum: Beginners Help
Topic: Building errors?
Replies: 4
Views: 423

Im very sorry but could you give me an example? i know nothing into what your trying to say.

{
driver->beginScene(true, true, video::SColor(0,200,200,200));
smgr->drawAll();
driver->endScene();

int fps = driver->getFPS();
if (fps!=lastFPS);
}

{
core::stringw str = L"Load Irrlicht File ...
by Fox
Sun Nov 23, 2008 6:04 am
Forum: Beginners Help
Topic: Building errors?
Replies: 4
Views: 423

Building errors?

Hi everyone, sorry for my english (im japanese) but i have question, i build and i get error about 'fps' why is this happening?


error C2065: 'FPS' : undeclared identifier


some people say i am putting it in a if statement, outside if?

and they say put it in a while loop, i looked up while loop ...