<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1251"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ccffff" text="#000000">
<font face="sans-serif">64 bit OS's run 32 bit applications.  Wine is a
32 bit application as far as the OS is concerned. You can even have
mixed mode programs where some libraries are 64 bit and others are 32
bit.  Both Intel and AMD make this seamless and invisible to the user. 
The trick is to link the right libraries at the right time.  The
makefile has to know when it needs to specifically call for the 32 bit
library.   So yes, it is possible and if you look at the winehq site
you will see several people have done it. <br>
<br>
My problem appears to be not with identifying the 32 bit vs 64 bit
libraries but calls to the GLUT library.  The GLUT library provided by
SUSE does not have the calls that wine is hunting for and since there
are only about 70 different makes of the GLUT library, I need to know
which one they have been using so I can correct the library in my
system.  <br>
<br>
Until that gets fixed, not even the precompiled version will run
without a GPF.<br>
<br>
Mike<br>
</font><br>
arafangion wrote:
<blockquote cite="mid:1193698145.7174.76.camel@therock" type="cite">
  <pre wrap="">On Mon, 2007-10-29 at 16:37 -0600, Michael D. Johnson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Preferably SUSE, but I'll take help from any one who has done a 64 bit
version.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
To run 64-bit windows applications? Sorry, afaik, it's all-or-nothing.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Mike
_______________________________________________
wine-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wine-users@winehq.org">wine-users@winehq.org</a>
<a class="moz-txt-link-freetext"
 href="http://www.winehq.org/mailman/listinfo/wine-users">http://www.winehq.org/mailman/listinfo/wine-users</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>