<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 7, 2017 at 3:51 PM, Akos Marton <span dir="ltr"><<a href="mailto:makos999@gmail.com" target="_blank">makos999@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p><i>me.exe: RegOpenKey: invalid argument (The system cannot find
        the file specified.)</i><br></p>
    <p>That would be fine, however the key does exists. When same code,
      same system, but the .exe built to be x64 it runs like a charm. <br></p></div></blockquote><div>My guess is that the FFI call has an incorrect type somewhere and therefore passes garbage.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><p>
    </p>
    <div>Another thing which convoluted in the issue...<br></div>
    <div>The function, <i>getSystemInfo :: IO SYSTEM_INFO, </i>can
      read out the underlying architecture. When compiled on x86 and run
      on x64 it would tell me: "I am running on x86". That's failure.</div></div></blockquote><div><br></div><div>You can blame Windows for that one: if you run an x86 binary on x86_64, it launches the WoW subsystem emulating an x86 processor, so you will get the emulated processor reported back. There may be a different API to get the actual host --- but given that WoW exists to minimize incompatibilities for x86 software, it is likely well hidden if it exists at all.</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>