André:Is it the only property on which you get this error?
Yes.I use this source code:
40 XceedZip1.ZipFilename = "c:\test\backuptest.zip"
50 XceedZip1.ProcessSubfolders = True
60 XceedZip1.BasePath = "c:\test\"
70 XceedZip1.PreservePaths = True
80 XceedZip1.CompressionLevel = xclMedium
90 XceedZip1.EncryptionPassword = ""
100 XceedZip1.DeleteZippedFiles = True
....
The error occurs at line 100.
André:Do you set your license key in code before using the library, that is, call xZip.License("Your license key here")?
Yes, i use the license-function with my trial code at the Initialize-function of my main form.