Problem Loading 7-ZIP Library with JEDI 7-ZIP Archive

72 views Asked by At

I'm trying to run the 7-ZIP compression example from JEDI Code Library, but I keep getting this error:

Project ArchiveDemo.exe raised exception class EJclCompressionError with message 'Cannot load sevenzip library'.

I definitely have JEDI Code Library installed into my IDE, because the code compiles and it sees all the units. I also definitely have 7-ZIP installed on my computer.

What is causing this exception? What does it mean by it "Cannot load sevenzip library"?

It is raised in the UMain.pas at these lines of code at the bottom of the file:

initialization

  if not Load7Zip then
    raise EJclCompressionError.Create('Cannot load sevenzip library');
0

There are 0 answers