You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
As you can see in topic I would like to know about reading a zip file, especially with password protected ones. I tried to search on forums but whenever I write "zip" as keyword it returns all topics which included zip file links.
If I do not put a password it works.. But with password zip file does not work. I compressed zip file in max compression. This may be a bug in Irrlicht, I may open a new topic under bug section after inspecting this error carefully.
And yet I got another problem getSceneCollisionManager()->getSceneNodeAndCollisionPointFromRay method started to return an error Access violation reading location 0x00000000.
Why this happens
A double backslash is the non-portable version of the path separator. It's much better to always use / (note, only one slash!) as all platforms support it.
3DModelerMan wrote:I noticed there were two backslashes \\ in the file path. Shouldn't they be forward // so that they don't get mistaken for an escape sequence?
\\ would be an escape sequence for just one \
However it is generally a good habbit to use / instead to maintain Linux and OSX compatibility in the future.
A strongly related thing: You can use the more advanced compression methods of winzip/7zip, namely bzip2 and lzma to compress files with higher ratios.