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.
WINE test code for 64bit
WINE test code for 64bit
On Thu, Apr 9, 2009 at 12:07 PM, ilho <[email protected]> wrote:
for the appropriate platform. It's available at:
http://source.winehq.org/git/wine.git/
--
-Austin
The 64-bit code and 32-bit code are in the same place, just #ifdef'edHi,
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.
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 and added definitions such as '__x86_64__' 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.
FYI, here is the error.
fatal error C1189: #error : "No Target Architecture"
Please give me some pointers so that I could refer as I tried to build. Thank you.
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 and added definitions such as '__x86_64__' 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.
FYI, here is the error.
fatal error C1189: #error : "No Target Architecture"
Please give me some pointers so that I could refer as I tried to build. Thank you.
http://wiki.winehq.org/Wine64ilho wrote:Thank you for your reply. I was under the impression that WINE does not have complete one for 64bit yet.
WINE test code for 64bit
On Thu, 09 Apr 2009 13:02:16 -0500
"ilho" <[email protected]> wrote:
Good luck.
"ilho" <[email protected]> wrote:
You want to read this page http://wiki.winehq.org/Wine64.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
Good luck.