<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Le 06/08/2019 à 17:18, James Richters a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:42df01d54c6a$2479e3f0$6d6dabd0$@productionautomation.net">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
p.moz-quote-pre, li.moz-quote-pre, div.moz-quote-pre
{mso-style-name:moz-quote-pre;
mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1"><br>
<p class="MsoNormal">Any ideas? Is this just from using
i386-win32? Maybe the DLL is only for 64bit? Maybe some
completely unrelated issue? If 64bit is needed, what’s the
best way to install FPC3.0.4 for x86_64-win64? It seems like
I tried to do that before and it wasn’t really very easy to
try to learn how to compile it.<o:p></o:p></p>
</div>
</blockquote>
<p>I'm going to have a look at that. Actually, it seems there's no
package for fpc windows 64 bits.<br>
</p>
<p>The short answer would be to advise you to download and install
lazarus ( <a class="moz-txt-link-freetext" href="https://www.lazarus-ide.org/">https://www.lazarus-ide.org/</a> ) from
<a class="moz-txt-link-freetext" href="https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%202.0.4/lazarus-2.0.4-fpc-3.0.4-win64.exe/download">https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Lazarus%202.0.4/lazarus-2.0.4-fpc-3.0.4-win64.exe/download</a></p>
<p>If you install it in C:\lazarus\, you'll end up with a 64 bits
fpc in C:\lazarus\fpc\3.0.4\bin\x86_64-win64 . You can run it from
command line as usual.</p>
<p>You can also try to replace the libusb-1.0.dll with the one from
libusb-1.0.22\MinGW32\dll from
<a class="moz-txt-link-freetext" href="https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.7z">https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.7z</a>
.<br>
</p>
<p><br>
</p>
<br>
</body>
</html>