Re: Wine64 hello world app runs!

2008-12-15 Thread Maarten Lankhorst
Hi Zach, Zachary Goldberg schreef: > 2008/12/5 Maarten Lankhorst : > >> ... > > So 9 days, a WWN article, and a Slashdot article this story's gotten a > lot of press. I know we've talked a bit offline Maarten about this > but would you perhaps have any other updates for readers at large? I >

Re: Wine64 hello world app runs!

2008-12-14 Thread Zachary Goldberg
2008/12/5 Maarten Lankhorst : > Hi guys, > > I can finally report success on the first ever win64 program running on > wine. The program was a textbook classic, but to make it work gcc had to > be changed a lot. This was done by Kai Tietz, who has put a lot of > effort in the task of making gcc acc

Wine64 hello world app runs!

2008-12-05 Thread Maarten Lankhorst
Hi guys, I can finally report success on the first ever win64 program running on wine. The program was a textbook classic, but to make it work gcc had to be changed a lot. This was done by Kai Tietz, who has put a lot of effort in the task of making gcc accept the calling convention. There are

Re: hello world

2005-06-17 Thread Dimi Paun
From: "cdr" <[EMAIL PROTECTED]> > Am I correct in assuming (see above in thread) that in some > previous wine version it *was* possible to produce stand-alone > version? Maybe, but if so, it's sooo back in the dark ages that's not worth mentioning. > Any plans to make it possible (again)? Yes,

Re: hello world

2005-06-17 Thread cdr
Dimi Paun wrote: They are true Linux binaries (ELF format) but they need a bit of setup (for Windows compat) _before_ they start. Am I correct in assuming (see above in thread) that in some previous wine version it *was* possible to produce stand-alone version? Any plans to make it possible (ag

Re: hello world

2005-06-16 Thread Dimi Paun
From: "Scott Ritchie" <[EMAIL PROTECTED]> > Hmm, once I finish tackling the User's guide (Brian just sent me the > work he did on the Winecfg section that still needs to be polished), Cool, let us know how it goes. Now that Alexandre switch the config to winecfg, it can go in. > might be a very

Re: hello world

2005-06-16 Thread Scott Ritchie
On Thu, 2005-06-16 at 17:04 +, cdr wrote: > Dimi Paun wrote: > > > That's fine it's supposed to do so. But it's also supposed to > > create a 'type' executable too (a batch file really). > > This is where I was (obviously) confused, all I can say > in my defence is that Winelib User's Guide

Re: hello world

2005-06-16 Thread Dimi Paun
From: "cdr" <[EMAIL PROTECTED]> > > That's fine it's supposed to do so. But it's also supposed to > > create a 'type' executable too (a batch file really). > > This is where I was (obviously) confused, all I can say > in my defence is that Winelib User's Guide in "Getting started" > implies that

Re: hello world

2005-06-16 Thread cdr
Dimi Paun wrote: > That's fine it's supposed to do so. But it's also supposed to > create a 'type' executable too (a batch file really). This is where I was (obviously) confused, all I can say in my defence is that Winelib User's Guide in "Getting started" implies that: (... You are done! Now

Re: hello world

2005-06-16 Thread Dimi Paun
From: "cdr" <[EMAIL PROTECTED]> > $(CC) $(type_exe_LDFLAGS) -o $@ $(type_exe_OBJS) What is CC set to? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: hello world

2005-06-16 Thread cdr
Dimi Paun wrote: From: "cdr" <[EMAIL PROTECTED]> Mkefile generated by winemaker creates type.exe.so; where I would expect either type.exe or simply type. What am I missing? Is the Makefile using winegcc to compile the app? If so, you should get 'type' as the executable. Yes. ("type.c" is a

Re: hello world

2005-06-16 Thread Dimi Paun
From: "cdr" <[EMAIL PROTECTED]> > Mkefile generated by winemaker creates type.exe.so; where I > would expect either type.exe or simply type. What am I missing? Is the Makefile using winegcc to compile the app? If so, you should get 'type' as the executable. -- Dimi Paun <[EMAIL PROTECTED]> Latti

hello world

2005-06-16 Thread cdr
I am at the first stages of setting up my winelib development, and am attempting to build a simple app (named "type"). Mkefile generated by winemaker creates type.exe.so; where I would expect either type.exe or simply type. What am I missing? tia, cedar

Re: Add a win32 hello world program

2004-04-18 Thread Mike Hearn
On Sun, 2004-04-18 at 12:22 -0700, Alexandre Julliard wrote: > I think we have already enough small winelib apps that can be used as > starting points, like winver or winepath. I added this one because it's graphical but as simple as possible. Wine either has fully fledged demos like winemine or

Re: Add a win32 hello world program

2004-04-18 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Mike Hearn <[EMAIL PROTECTED]> > Add a win32 hello world program which sets up a simple window and runs > the message loop. This can be used as a starting point for test programs. I think we have already enough small winelib app