Search found 6 matches

by BearCDP
Sun Nov 20, 2005 6:11 pm
Forum: Beginners Help
Topic: Managing zip file archives
Replies: 1
Views: 182

Alright, no replies for a few days, how about I ask: would it be bad for me to get a pointer to the file system, then once I want to empty the file system use pointer_2_filesystem->drop(); ?
by BearCDP
Thu Nov 17, 2005 2:09 am
Forum: Beginners Help
Topic: Managing zip file archives
Replies: 1
Views: 182

Managing zip file archives

Hello, I'm reading through the tutorials, and looking up how everything works in the API documentation, and I was curious about zip file archives. Once you load a .zip with addZipFileArchive() and have monkeyed with it, is it possible to unarchive the file to free up memory? Or will all the zip file...
by BearCDP
Tue May 10, 2005 12:25 am
Forum: Beginners Help
Topic: Error compiling-even with example programs
Replies: 7
Views: 423

Actually I spent a good 4 hours perusing through the Beginner's board and goofing around with different project settings. If you have the nerve to come to here, the Beginner's board, and condescend an individual who is only trying to learn then you probably have some self esteem problem to work out....
by BearCDP
Sun May 08, 2005 7:43 pm
Forum: Beginners Help
Topic: Error compiling-even with example programs
Replies: 7
Views: 423

The message:
"This application has failed to start because Irrlicht.dll was not found. Re-installing the application may fix this problem."

Is a really autoexplained message xD
Not for somebody who's never used DLLs in any extensive way before.
by BearCDP
Sun May 08, 2005 6:29 am
Forum: Beginners Help
Topic: Error compiling-even with example programs
Replies: 7
Views: 423

Ah! It works now.

That might be something to put in the FAQ or Hello World tutorial to deter n00bish posts such as this.

Thank you.
by BearCDP
Sun May 08, 2005 5:42 am
Forum: Beginners Help
Topic: Error compiling-even with example programs
Replies: 7
Views: 423

Error compiling-even with example programs

Hi, I was giving Irrlicht a whack with VC6 Sp5. It compiles fine, but when I run it the program abort and gives me this: "This application has failed to start because Irrlicht.dll was not found. Re-installing the application may fix this problem." I noticed something along these lines was ...