Re: Build on Fedora core 3 on AMD64

2005-02-25 Thread Marcus Meissner
On Sat, Feb 26, 2005 at 02:47:25PM +1300, Adrian Harvey wrote: > I am having trouble getting wine (latest CVS) to build on my AMD64 box > runngin Fedora core3, and I was hoping some autoconf wizard might be > able to help. To begin at the beginning, the issue that occurs during > build is: > > gc

Re: New uninstaller

2005-02-25 Thread Mike McCormack
Jonathan Ernst wrote: Ok I did it, but the listbox should be updated when the user ask to uninstall someting OR the user changes the filter string ? How can I do that using only WM_INITDIALOG ? You can get notifications from the controls that things change. For example, the edit control will send

Re: New uninstaller

2005-02-25 Thread Dmitry Timoshkov
"Jonathan Ernst" <[EMAIL PROTECTED]> wrote: > 1) Strange problem with UpdateWindow > uninstaller.c, line 264 > I implemented a search/filter field and I want to repaint the window > after each input in the EDITTEXT control. However, when I call > UpdateWindow on this line, the value returned is 1

Re: New uninstaller

2005-02-25 Thread Dmitry Timoshkov
"Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > Jonathan Ernst wrote: > > 4) Please tell me if you see things that are bad in the attached code, > > so that I'll fix it before submitting a patch. > > I think you probably want to pass a valid HINSTANCE to DialogBox, to do this > you should > start

Build on Fedora core 3 on AMD64

2005-02-25 Thread Adrian Harvey
I am having trouble getting wine (latest CVS) to build on my AMD64 box runngin Fedora core3, and I was hoping some autoconf wizard might be able to help. To begin at the beginning, the issue that occurs during build is: gcc -m32 -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__

Re: New uninstaller

2005-02-25 Thread Mike McCormack
Jonathan Ernst wrote: As requested, I'm trying to make a new uninstaller using a dialog instead of a window. It's my first windows program and I have something working but there are still some issues. If someone could help with some of the following problems, I'd be very thanfull. Cool. Some comme

Re: How do native win32 apps end up calling into x11drv?

2005-02-25 Thread Mike Hearn
On Fri, 25 Feb 2005 11:00:59 -0500, Adam Connell wrote: > I'm trying to understand how windows drawing gets translated into X in wine > and so I was looking at the {im,ex}ports of x11drv and gdi32. x11drv depends > on gdi32 and just seems to export a good chunk of the api that gdi32 exports > (BitB

Re: USER32: GetScrollBarInfo

2005-02-25 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > +static BOOL SCROLL_GetScrollBarInfo(HWND hwnd, LONG idObject, > LPSCROLLBARINFO psbi) > +{ > +RECT rect; > +INT arrowSize, thumbSize, thumbPos, nBar, vertical; > +FIXME("check me"); This doesn't sound very encouraging... -- Alexandre Ju

Re: setupapi: enumerate serial ports

2005-02-25 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > I'm not sure it is. I just tried it, and QueryDosDevice returns success > for every COMx passed to it, even though only com1 exists in my dosdevices > directory. Unless QueryDosDevice is also wrong (I don't know.) You don't necessarily need symlinks, by d

Re: setupapi: enumerate serial ports

2005-02-25 Thread Juan Lang
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > +/* Based on code from winspool's info.c */ > > +static UINT SETUP_CountSerialPorts(void) > > +{ > > +UINT i, ret; > > + > > +/* FIXME: it should be possible for more than four COM ports to > exist, not > > + * sure why we retain tha

status of winetest.exe

2005-02-25 Thread Stefan Leichter
Hello Paul, i have noticed that the winetest are not longer built since the middle of the week. Can you take a look if something is broken? Thanks Stefan

Re: New uninstaller

2005-02-25 Thread Ivan Leo Puoti
Jonathan Ernst wrote: 4) Please tell me if you see things that are bad in the attached code, so that I'll fix it before submitting a patch. I think you probably want to pass a valid HINSTANCE to DialogBox, to do this you should start your program with WinMain() instead of main(). Ivan.

Re: using safe string functions in wine

2005-02-25 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > What is your opinion on whether we should implement and use either the > user-mode or kernel-mode (or both) string safe functions? Using these > functions instead of the standard c string functions would promote > consistency and security in the wine co

New uninstaller

2005-02-25 Thread Jonathan Ernst
As requested, I'm trying to make a new uninstaller using a dialog instead of a window. It's my first windows program and I have something working but there are still some issues. If someone could help with some of the following problems, I'd be very thanfull. 1) Strange problem with UpdateWindow

Re: Microsoft admits targeting Wine users

2005-02-25 Thread Brian Vincent
On Sat, 26 Feb 2005 05:57:16 +1100, Troy Rollo <[EMAIL PROTECTED]> wrote: > On Saturday 26 February 2005 05:03, Tom wrote: > > Here is the link: > > http://news.zdnet.co.uk/0,39020330,39189180,00.htm > > Sounds like a quote for the front page of the web site: I agree. I added something similar.

While we're saying thanks, another thing that works is...

2005-02-25 Thread Holly Bostick
... the Neverwinter Nights Toolset. Amazingly enough, after I had followed a whole lot of very complex instructions in order to download and compile some half-ancient version of WineX (3.3.2), patch it to nwwine (which is the common name of the patched version that is supposed to get the toolse

Re: Microsoft admits targeting Wine users

2005-02-25 Thread Troy Rollo
On Saturday 26 February 2005 05:03, Tom wrote: > Here is the link: > http://news.zdnet.co.uk/0,39020330,39189180,00.htm Sounds like a quote for the front page of the web site: "[Wine is] the most popular third-party [Windows API] translation technology in use" - Microsoft

WineConf agenda ideas

2005-02-25 Thread Brian Vincent
Over the the past week or so I've harassed some folks about the agenda for WineConf. At this point there's a lot that remains to be filled in, but I need some feedback. Also, I need more ideas for presentations. Does anyone want to present something? It'd be great if someone would volunteer.

MSVCRT: Generating relay stubs for libc forwards/varargs

2005-02-25 Thread Uwe Bonnes
Hallo, in msvcrt a lot of functions are of type vararg (e.g. printf) or are forwards into the Linux libc (e.g. strstr) and so leave no trace in a +relay log. This makes it harder to debug. I think it would be helpfull, if we could generate debug stubs for these functions. Can anybody help? Bye -

Microsoft admits targeting Wine users

2005-02-25 Thread Tom
Here is the link: http://news.zdnet.co.uk/0,39020330,39189180,00.htm Tom

Re: Space Empires: Starfury

2005-02-25 Thread Tom
Adam Babcock wrote: I have posted to the list before about this game. Anyway, a group of us over at the publisher's forum really want to see this game running, so we will be getting in #starfury on freenode this saturday to try and get it to run. We would really appreciate the help if anyone fro

How do native win32 apps end up calling into x11drv?

2005-02-25 Thread Adam Connell
Greetings, I'm trying to understand how windows drawing gets translated into X in wine and so I was looking at the {im,ex}ports of x11drv and gdi32. x11drv depends on gdi32 and just seems to export a good chunk of the api that gdi32 exports (BitBlt etc). gdi32 doesn't depend on x11drv or even Xlib.

WINE: Rendering in Diamond2.x works :-)

2005-02-25 Thread Tobias Burnus
Hello, I'd like to thank the Winegrowers for providing such a nice flavoured Wine. With the current version, the program Diamond is even able to render the output (at least if one turns off the double buffering): w/o rendering: http://www.physik.fu-berlin.de/~tburnus/wine/diamond2.png w/ renderi

Re: [winecfg] Drive autodetection

2005-02-25 Thread Mike Hearn
On Thu, 24 Feb 2005 15:03:47 +0100, Michael Jung wrote: > Actually, winecfg's properties.h does use Hungarian notation. Yes, I know. That's left over from the old code which did use it. As I went through the code it was changed to just be regular style.

Re: wsock32 conformance test

2005-02-25 Thread Juan Lang
Hey guys, nice work. Minor comments below: > +/* we often pass this size by reference */ > +int sizeofSOCKADDR_IN = sizeof(SOCKADDR_IN); When you pass it by reference, you don't reinitialize it after a call that might modify it, e.g. here: > + /* get port number */ > + getsockname(*sock,

Problem using winelib to compile Std Lib strings

2005-02-25 Thread Rob D
Ive undertaken the task of converting 2 rather large Win32 applications to run on Solaris 10. I have managed to tweak nearly all of the files so they will compile with wine after running winemaker. The files I cant seem to compile are ones that use std string. I get a few errors like the following:

Re: SHELL32: implement loading and saving of MSI advertised shortcut info

2005-02-25 Thread Juan Lang
Hi Mike, > + * in that string is parsed an stored. s/an/and/ > +typedef struct volume_info_t > +{ > +DWORD type; > +DWORD serial; > +WCHAR label[12]; /* assume 8.3 */ Shouldn't label's size be 13? 8+3+'.'+NULL? > +if( (buffer.magic&0x) != 0xa000 ) A symbolic cons

Space Empires: Starfury

2005-02-25 Thread Adam Babcock
I have posted to the list before about this game. Anyway, a group of us over at the publisher's forum really want to see this game running, so we will be getting in #starfury on freenode this saturday to try and get it to run. We would really appreciate the help if anyone from the list with a m

Re: Compiling wine dlls for windows

2005-02-25 Thread Michael Jung
On Thursday 24 February 2005 21:19, Hans Leidekker wrote: > On Thursday 24 February 2005 17:53, Michael Jung wrote: > > I would like to test a wine dll I'm working on on windows. Could you > > please tell me how the wine dlls are build for windows ? (Or beat me to > > the the place where it is docu

Re: [RESEND2] Uninstaller localization

2005-02-25 Thread Dmitry Timoshkov
"Jonathan Ernst" <[EMAIL PROTECTED]> wrote: > Next I'll change the window to a dialog if I can. Thanks. > -wc.lpszClassName = appname; > +wc.lpszClassName = sAppname; > > if (!RegisterClass(&wc)) exit(1); > -hWnd = CreateWindow( appname, "Wine Application Uninstaller", > +

Re: working installshield?

2005-02-25 Thread Marcus Meissner
On Fri, Feb 25, 2005 at 11:16:15AM +0100, Marcus Meissner wrote: > On Mon, Feb 14, 2005 at 10:50:44AM -0600, Robert Shearman wrote: > > Marcus Meissner wrote: > > > > >Hi, > > > > > >Is there any chance to have a working installshield at some time? > > > > > >I don't really want to fall back to th

Re: working installshield?

2005-02-25 Thread Marcus Meissner
On Mon, Feb 14, 2005 at 10:50:44AM -0600, Robert Shearman wrote: > Marcus Meissner wrote: > > >Hi, > > > >Is there any chance to have a working installshield at some time? > > > >I don't really want to fall back to the december or even earlier WINE > >releases for our spring SUSE Linux product ;)

wsock32 conformance test

2005-02-25 Thread Thomas Kho
Hi, We're working on a set of tests for wsock32.dll. So far we've completed a test of blocking network I/O with multiple threads. Before we post to wine-patches, we'd appreciate any critiques/input. Fredy, Doug, and I are UCLA undergraduates in a software engineering course. Thanks for your help