<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Héctor,<br>
Thank you for your advice! However using upx.exe just hides but not
resolves the problem. Moreover AFAIK upx still doesn't support native
Windows 64 code. And the final thing at using UPX causes some troubles.
You may read about it here: 
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/Size_Matters#UPX">http://wiki.lazarus.freepascal.org/Size_Matters#UPX</a> <br>
<br>
Héctor Fiandor Rosario wrote:
<blockquote cite="mid:000001c9b3e1$0646da50$8e220a0a@hfiandor"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2180" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Dear Igor:</font></div>
  <div> </div>
  <div><font face="Arial" size="2">I had the same problems, but I
remedy following this rules:</font></div>
  <div> </div>
  <div><font face="Arial" size="2">I prepare a .bat with three
sentences as follow:</font></div>
  <div> </div>
  <div><font face="Arial" size="2">strip.exe LoadExcelFile.exe<br>
upx.exe LoadExcelFile.exe<br>
LoadExcelFile.exe</font></div>
  <div> </div>
  <div><font face="Arial" size="2">and in the same folders where are
all the files there are this two: strip.exe and upx.exe (a compactor)</font></div>
  <div> </div>
  <div><font face="Arial" size="2">I execute the program with Ctrl+F9
and when finish, I go to the  folder and execute the .bat that first
take out all the debuggings instrucctions, compact the .exe and
finnally, excute it to see how it works.</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Generally, the .exe files take 500
to 800 kb, depending how many images.</font></div>
  <div> </div>
  <div><font face="Arial" size="2">let me know your advances,</font></div>
  <div> </div>
  <div><font face="Arial" size="2">yours,</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Ing. Héctor F. Fiandor<br>
  <a moz-do-not-send="true" href="mailto:hfiandor@infomed.sld.cu">hfiandor@infomed.sld.cu</a></font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
  </pre>
</blockquote>
<br>
</body>
</html>