<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 01.08.2013 10:05, schrieb Sven
      Barth:<br>
    </div>
    <blockquote cite="mid:51FA16AF.4010407@googlemail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Am 01.08.2013 09:56, schrieb Antonio
        Fortuny:<br>
      </div>
      <blockquote cite="mid:ktd4av$6ed$1@ger.gmane.org" type="cite">
        <meta content="text/html; charset=ISO-8859-1"
          http-equiv="Content-Type">
        <br>
        <div class="moz-cite-prefix">Le 31/07/2013 18:02, Sven Barth a
          écrit :<br>
        </div>
        <blockquote cite="mid:51F9350D.9020109@googlemail.com"
          type="cite"><br>
          Compiling from Win64 to Win32 using a *cross compiler* is not
          supported. It's not only not supported, it's even disallowed
          in the makefiles... <br>
        </blockquote>
        Hum. I have a <b><big>Win7 x64</big></b> with Lazarus 1.0.10
        installed ready for cross compilation for<br>
        Win64<br>
        Win32<br>
        WinCE<br>
        and  it works. What did I do ?<br>
        <br>
        Install process<br>
        <br>
        Install fpc-2.6.2.i386-win32.exe<br>
            - C:\fpc\2.6.2<br>
            - full install<br>
            - do not associate.pp, .inc etc<br>
        <br>
      </blockquote>
      Which is a native i386 binary.<br>
      <blockquote cite="mid:ktd4av$6ed$1@ger.gmane.org" type="cite">
        Install fpc-2.6.2.arm-wince.exe<br>
            - C:\fpc\2.6.2<br>
            - fpc folder exists: OK<br>
            - full install<br>
            - do not associate.pp, .inc etc<br>
        <br>
      </blockquote>
      Win32 -> WinCE cross compiler<br>
      <blockquote cite="mid:ktd4av$6ed$1@ger.gmane.org" type="cite">
        Install fpc-2.6.2.x86_64-win64.exe<br>
            - C:\fpc\2.6.2<br>
            - fpc folder exists: OK<br>
            - full install<br>
            - do not associate.pp, .inc etc<br>
      </blockquote>
      Win32 -> Win64 cross compiler<br>
      <br>
      So everything as explained by me :)<br>
    </blockquote>
    And if you don't believe me, then look at the bottom of
    $fpcsrc/compiler/fpcdefs.inc, please (e.g. here:
    <a class="moz-txt-link-freetext" href="http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/compiler/fpcdefs.inc?view=markup">http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/compiler/fpcdefs.inc?view=markup</a>
    ). This include file is used by each unit of the compiler.<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>