|
Post by Stefan on Jun 15, 2005 3:14:19 GMT -5
Hi!
I get the error message "Duplicate Object Index" while zipping the Internet Explorer Favorites. I read in earlier threads that you was not able to reproduce the error.
I have written a small demo-programm that shows the error. If you could post your email adress I will send you the programm and further details.
Thanks Stefan
|
|
|
Post by Kevin on Jun 17, 2005 7:50:17 GMT -5
Set OEMConvert property to oemNever or oemFlexible so that the special characters do not get converted.
Kevin
|
|
|
Post by Stefan on Jul 1, 2005 3:43:31 GMT -5
Hi!
How can I set the OEMConvert property to oemNever or oemFlexible? It is a boolean property, thus it can just be set to true or false...
Setting it to false solves the problem with the IE favorites but brings me to an other problem: The german umlauts ä, ö and ü are transformed to some other special characters.
What ca I do to save a filename just as it is, without any changes to special chars?
Thanks Stefan
|
|
|
Post by Kevin on Jul 5, 2005 9:03:15 GMT -5
Are you using VCLZip Lite?? Version 2.23 or lower? I assumed you were using VCLZip Pro since your message is in the VCLZip Pro section. You are right, in VCLZip Lite, that is a boolean property. With it set to false, there should be no conversion. It SHOULD save the filename as is, so I am not sure right off what would be causing it to convert those characters. I will have to try to test that and see if I can find out why. Kevin
|
|