<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Em 20-10-2011 15:45, Eliot Miranda escreveu:
    <blockquote
cite="mid:CAC20JE3rNSrLT7AePkWrSvBCYEyi=sNkzk-D4oVMFhyUAnMiPA@mail.gmail.com"
      type="cite"><br>
      <div class="gmail_quote">
        <div>What happens when you run a VM downloaded from <a
            moz-do-not-send="true"
            href="http://www.mirandabanda.org/files/Cog/VM/VM.r2502/">http://www.mirandabanda.org/files/Cog/VM/VM.r2502/</a>,
          e.g. <a moz-do-not-send="true"
            href="http://www.mirandabanda.org/files/Cog/VM/VM.r2502/coglinux.tgz">coglinux.tgz</a> instead
          of one you build yourself?</div>
      </div>
      <br>
      <br clear="all">
      <div><br>
      </div>
      -- <br>
      best,
      <div>Eliot</div>
      <br>
    </blockquote>
    <br>
    Ok, then I have:<br>
    <br>
    Smalltalk getSystemAttribute: 1009<br>
    Now returns correct version (r2502).<br>
    <br>
    Accented characters wont work (as expected from previous e-mails).<br>
    <br>
    Compiler recompileAll wont crash VM (as expected)<br>
    <br>
    OpenGL example still wont work: external module not found:<br>
    <br>
    <font face="Courier New, Courier, monospace">OGLUnixLE(OpenGL)&gt;&gt;glPixelStorei:with:<br>
      glPixelStorei: pname with: param<br>
          "This method was automatically generated."<br>
          "void glPixelStorei(GLenum pname, GLint param);"<br>
          &lt;apicall: void 'glPixelStorei' (ulong long) module:
      'opengl32.dll'&gt;<br>
          ^self externalCallFailed</font><br>
        <br>
    Interesting thing is that it's trying to open a opengl32.dll (ms
    win32) while in the "standard VM version" FFI works correctly...
    I'll investigate more about this...<br>
  </body>
</html>