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!
I did modify the source a little and rebuilt it but I didn't touch the filesystem code. I only added an icon resource to the DLL and made it load that for the window and built the dll as pss4.dll. This worked fine in 0.5. I'm going to try redownloading 0.6 and use the code that isn't modified.
________ FREE MAGENTO THEMES
Last edited by disanti on Tue Feb 22, 2011 8:03 am, edited 1 time in total.
But, is your current directory path pointing to your current working directory? Try making a device->getFileSystem()->getWorkingDirectory() call prior to the addZipFileArchive() call. I had a similar issue with getFileSystem() in the past, and pointing the IFileSystem to my current app directory inside my singleton class' constructor seemed to fixed the issue. On the other hand, this was back on 0.4.1 code. So, your mileage may vary.
"Object-oriented programming is an exceptionally bad idea which could only have originated in California."
- E.W. Dijkstra