WINE test code for 64bit

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ilho
Newbie
Newbie
Posts: 2
Joined: Thu Apr 09, 2009 12:02 pm

WINE test code for 64bit

Post by ilho »

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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

WINE test code for 64bit

Post by austin987 »

On Thu, Apr 9, 2009 at 12:07 PM, ilho <[email protected]> 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
ilho
Newbie
Newbie
Posts: 2
Joined: Thu Apr 09, 2009 12:02 pm

Post by ilho »

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.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

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
IneedAname

WINE test code for 64bit

Post by IneedAname »

On Thu, 09 Apr 2009 13:02:16 -0500
"ilho" <[email protected]> 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/WineOn64bit
You want to read this page http://wiki.winehq.org/Wine64.

Good luck.
Locked