Problem with pluginEntryTable.GetEntry

I have lost all texts from the forum when my drive failed so kindly excuse me reposting this inquiry.

I have a program involving an SQLite database on a desktop and I’m trying to compile but I get the following runtime error:

Common\plugin.ccp: 1002
Failure Condition: pluginEntryTable.GetEntry(entrypointName, out)
can’t find plugin method_GZipFile_init

Can anyone explain what is missing? I’ve walked through the INNO setup instructions, gone over the XOJO tutorials and manual but have not been able to find information to resolve the above. Tim P was able to help but in the loss of information I have also lost his contact information. If he should read this, I would appreciate him contacting me.

I’d like to thank whoever replies to my request for taking the time to provide some help. I feel like I’ve run ninety-nine yards and am now stuck at the one-yard line unable to score.

Jim Backus

@Tim_Parnell
:grin:

Most probably you are not including all the content of the Libs/Resources Folders in your Setup.

Like so:

[Files]
Source: "..\Builds - ...\Windows 64 bit\...\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Builds - ...\Windows 64 bit\...\... Libs\*"; DestDir: "{app}\... Libs\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\Builds - ...\Windows 64 bit\...\... Resources\*"; DestDir: "{app}\... Resources\"; Flags: ignoreversion recursesubdirs createallsubdirs replacesameversion

Brian, Sasha I appreciate the responses. Brian, the program is too large to send here I think and I do not know where the problem is to be able to just send the section responsible. I’ll check the INNO Setup for missing content as Sascha suggests. Thank you.

1 Like