Cannot compress using FinalBuilder

Started by philipljackson, April 09, 2014, 04:10:23 AM

Previous topic - Next topic

philipljackson

Hi

Previously I have a Final Builder routine which works well, basically it is compile in D2007 and then compress the executable in PECompact â€" works great â€" no issues.

For the next version I am using Delphi XE

I have copied the Final Builder project from the D2007 to XE, changed the compiler from D2007 to Delphi  XE

Compilation of the application works fine but when I run the PECompact I am getting an error

!Error compressing data block. Design prevents skipping of codec
!Error compression aborted.

As far as I can see all FinalBuilder does is run the command line

     "C:\Program Files (x86)\PECompact\PEC2.exe"  "C:\ASource\Alarm32 305 Build 20 XE\Alarm.exe" /Quiet

Anyone any idea's why I get the error about design prevents skipping of codec?

Many thanks for looking

Philip L Jackson