Search found 8 matches

by Blue Fly
Mon May 14, 2007 11:52 pm
Forum: Beginners Help
Topic: 3D Max 9 exporters
Replies: 6
Views: 669

So, if I am specifying a zip folder, I should write...

device->getFileSystem()->addZipFileArchive("../../media/field.zip");

Or, do i need the full media pth? cause, i would like have it run on a flash drive properly.

But, should my media file be located in the project folder with the debug or ...
by Blue Fly
Sun May 13, 2007 9:44 pm
Forum: Beginners Help
Topic: 3D Max 9 exporters
Replies: 6
Views: 669

what dose it mean by :

could not load mesh, because could not open file, field.X


BTW, field.X is a model of a field for a game.
by Blue Fly
Sun May 13, 2007 7:52 pm
Forum: Beginners Help
Topic: 3D Max 9 exporters
Replies: 6
Views: 669

Thanks for posting so quickly LLDD
by Blue Fly
Sun May 13, 2007 2:45 pm
Forum: Beginners Help
Topic: 3D Max 9 exporters
Replies: 6
Views: 669

3D Max 9 exporters

Dose any one know of any 3D max 9 exporter that will export to either .irr or any other usable format for irrlicht, cause I am having problems with the 3DS format. Every time it says:

Could not load the mesh, because it could not be opened.

Thanks

Blue Fly
by Blue Fly
Sat May 12, 2007 3:48 pm
Forum: Beginners Help
Topic: Entry Point not found
Replies: 6
Views: 742

What do you mean by that?

Here is a screen Shot of my problem

Image

Click on the image to enlarge, and click again to see it even bigger.
by Blue Fly
Thu May 10, 2007 9:55 pm
Forum: Beginners Help
Topic: Entry Point not found
Replies: 6
Views: 742

I am using Visual Studio C++ 2005 and I am trying to do the Quake tutorial and every time I try to compile the code i get the error that i posted above. And at first I had problem with the Irrlicht.dll and then I placed it in to the project file with the rest of my project.
by Blue Fly
Thu May 10, 2007 8:40 pm
Forum: Beginners Help
Topic: Entry Point not found
Replies: 6
Views: 742

Entry Point not found

Every time I try to debug or run the project, I get a Entry Point not found...

The procedure entry point ?createDevice@irr@@YAPAVIrrlichtDevice@1@W4E_DRIVER_TYPE@video@1@ABV?$dimension2d@H@core@1@l_N22PAVIEventReceiver@1@PBD@Z could not be located in the dynamic link library Irrlicht.dll

what do i ...
by Blue Fly
Tue May 01, 2007 7:59 pm
Forum: Beginners Help
Topic: cannot open file 'odbc32.lib'
Replies: 2
Views: 700

cannot open file 'odbc32.lib'

I am using VS C++ 2005, and every time I try to Build the solution, i get the following error:

------ Build started: Project: HelloWorld, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file 'odbc32.lib'
Build log was saved at "file://c:\Documents and Settings ...