Hi, I was just wondering if I can find WINE source code for 64 bits. I am looking for WINE test code for 64 bit in particular. If we do not have that one ready, I am considering to participate the project to port the code to 64 bit. Thank you.
On Thu, Apr 9, 2009 at 12:07 PM, ilho <wineforum-user at winehq.org> wrote:> Hi, > > I was just wondering if I can find WINE source code for 64 bits. I am looking for WINE test code for 64 bit in particular. If we do not have that one ready, I am considering to participate the project to port the code to 64 bit. Thank you.The 64-bit code and 32-bit code are in the same place, just #ifdef'ed for the appropriate platform. It's available at: http://source.winehq.org/git/wine.git/ -- -Austin
Thank you for your reply. I was under the impression that WINE does not have complete one for 64bit yet. Just to be clear, I want to build 64 bit WINE not building 32bit WINE on 64 bits as the following page suggest. http://wiki.winehq.org/WineOn64bit As an exercise, I tried to build WINE test code for 64 bit on Windows. So I grabbed the code and ran 'msvcmaker' to create project files. There I did not see x64 so I pretty much copied the win32 project to create x64 project file but when I tried to build the project such as Kernel32, I got bunch of errors so I decided to post a question first to verify if I am doing the right thing. Please give me some pointers so that I could refer as I tried to build. Thank you.
ilho wrote:> Thank you for your reply. I was under the impression that WINE does not have complete one for 64bit yet.http://wiki.winehq.org/Wine64
On Thu, 09 Apr 2009 13:02:16 -0500 "ilho" <wineforum-user at winehq.org> wrote:> Thank you for your reply. I was under the impression that WINE does not have complete one for 64bit yet. > Just to be clear, I want to build 64 bit WINE not building 32bit WINE on 64 bits as the following page suggest. > http://wiki.winehq.org/WineOn64bitYou want to read this page http://wiki.winehq.org/Wine64. Good luck.