When I compile the project using MinGW 4.6.2 under Windows 7 I have a problem in the file FileSystemInfo.h That say there is no method back in std :: wstring. This error occurs in the method scanFolder on the line if (! Folder.empty () && folder.back ()! = '/' && Folder.back ()! = '\ \') Folder + = L "/"; Please fix)