<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 11.02.2014 00:53, schrieb Fred van
      Stappen:<br>
      <blockquote type="cite">I have changed all  cdecl  into stdcall
        but without luck...<br>
      </blockquote>
      Did you change the calling convention for both the import and the
      export code? (just a sidenote: on Linux you should use cdecl no
      matter what if you want your library to be used by other languages
      and preferably stdcall on Windows (makes a difference only on i386
      as for ARM and x86_64 (and other CPUs) stdcall maps to cdecl))<br>
    </div>
    <blockquote cite="mid:DUB110-W153C2BF919FF9D5A892F1B8900@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Does the fpc-32 bit libraries work only on a
        Windows-32bit system (or did i do something wrong ?)<br>
        Will it be the same for Linux-32bit (inside a multi-arch 64bit
        system) ?
        <br>
      </div>
    </blockquote>
    Without some code it's hard to tell what the problem might be.
    Normally it should work, so likely there's a problem in your code
    that only manifests on Win32 or there is (less likely) a bug in the
    compiler/RTL. So if you could minimize your code as much as possible
    and test then, this would be favorable. <br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>