Hi,
Great library and has worked perfectly for me in debug mode. In release mode, however, the following line:
ZipEntry zipEntry = zipInputStream.GetNextEntry();
throws the error:
Error:CodePage 850 not supported
Can anyone shed any light on this? The structure inside the zip file is:
-Folder
-html file
-javascript file
Thanks in advance.
Dan