CFileSystem::removeFileArchive not handling Windows path
CFileSystem::removeFileArchive not handling Windows path
CFileSystem::removeFileArchive is not handling Windows path backstrokes, it uses internally forward stroke as the separator, so the compare function is failing under windows.
-
- Competition winner
- Posts: 687
- Joined: Mon Sep 10, 2012 8:51 am
Re: CFileSystem::removeFileArchive not handling Windows path
You could always write a function that changes the windows paths and make that function active if _MSC_VER is defined. Working with the forward stroke is easier since it isn't the escape character and thus we wouldn't be scanning for \\ every time we mess with path strings.
Re: CFileSystem::removeFileArchive not handling Windows path
Yes, that´s what I´ve done using Irrlicht .replace function.
Thought that should be incorporated into Irrlicht as if not the archives don´t get released under windows and there is no error message.
Thought that should be incorporated into Irrlicht as if not the archives don´t get released under windows and there is no error message.
Re: CFileSystem::removeFileArchive not handling Windows path
Yeah, should probably be handled by Irrlicht. Sorry, I'm not working on Irrlicht for a few more weeks, but will go through the bug reports again when I'm back next month.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: CFileSystem::removeFileArchive not handling Windows path
Its a lot of work right, and I mean the DX11 driver, that must be a headache too!
Constant moving targets, soon it will be DX12, and then there is the new AMD driver for heterogeneous CPU-PU memory...
Constant moving targets, soon it will be DX12, and then there is the new AMD driver for heterogeneous CPU-PU memory...