Re: LOCALE: Don't copy value if buffer is too small

2004-02-25 Thread Fabian Cenedese
>> Ok, I saw that you fixed the WCHAR/byte mess. But there is still a possibility that >> the function can copy a string longer than buffer if it already has an appended >> null. > >That shouldn't happen, NtQueryValue should have signaled an overflow >in that case. Do you have a test case showing

Re: Screenshot description

2004-02-25 Thread Paul van Schayck
On Wednesday 25 February 2004 18:57, Dimitrie O. Paun wrote: > Well, having this XML only for description is a bit useless, > isn't it? But if you like it so much, why not use the XML > features, and give up on the restrictive naming: Yeah I agree. > > wine_someimage.png > full/wine_som

Re: LOCALE: Don't copy value if buffer is too small

2004-02-25 Thread Alexandre Julliard
Fabian Cenedese <[EMAIL PROTECTED]> writes: > Ok, I saw that you fixed the WCHAR/byte mess. But there is still a possibility that > the function can copy a string longer than buffer if it already has an appended null. That shouldn't happen, NtQueryValue should have signaled an overflow in that ca

Re: crosstest compile fix (another)

2004-02-25 Thread Stefan Leichter
Am Donnerstag, 26. Februar 2004 03:45 schrieb Hans Leidekker: > On Wednesday 25 February 2004 15:06, Stefan Leichter wrote: > > The problem is that your package expects mingw install in /usr/local/ > > i386-mingw32 but the Redhat one is in /usr/mingw. The error message is > > attached. > > There ar

Re: Native NetBSD audio driver

2004-02-25 Thread James Gregory
On Thu, 2004-02-26 at 08:59, Alexandre Julliard wrote: > Robert Reif <[EMAIL PROTECTED]> writes: > > > I think it might be worthwhile considering restructuring the audio > > drivers into hardware independent wave, direct sound, midi > > and mixer sections and a hardware dependent low level > >

Re: Native NetBSD audio driver

2004-02-25 Thread Alexandre Julliard
Robert Reif <[EMAIL PROTECTED]> writes: > I think it might be worthwhile considering restructuring the audio > drivers into hardware independent wave, direct sound, midi > and mixer sections and a hardware dependent low level > implementation for oss, alsa, ... Yes we should definitely do some

Re: DCE: LockWindowUpdate

2004-02-25 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Alexandre: I said at the time we should apply the patch I sent but disable > it, so it doesn't get lost/forgotten about. Here's another reason we > should do that - it'll stop people reimplementing what has already been > done. I'm not going to commit non-

Re: crosstest compile fix (another)

2004-02-25 Thread Hans Leidekker
On Wednesday 25 February 2004 15:06, Stefan Leichter wrote: > The problem is that your package expects mingw install in /usr/local/ > i386-mingw32 but the Redhat one is in /usr/mingw. The error message is > attached. There are two ways out here. One is to change the install path to /usr/mingw in

Re: crosstest compile fix (another)

2004-02-25 Thread Stefan Leichter
Am Dienstag, 24. Februar 2004 17:12 schrieb Hans Leidekker: > On Monday 23 February 2004 04:16, Hans Leidekker wrote: > > I have been working on these RPMS already and plan on putting > > up a page somewhere shortly. Initial goal is to compile all > > Wine tests out of the box. > > As promised, a s

Re: dialog:MSGBOX_OnInit

2004-02-25 Thread Boaz Harrosh
Dan Kegel wrote: Also, there's a way to use Visual Studio's debugger with Wine remotely, but I can't see where that's documented. (Hey, can anyone who knows how to do this point us to the doc?) - Dan Also use winedbg - Make sure you have MyApp.pdb next to the MyApp.exe that you are running un

Re: DCE: LockWindowUpdate

2004-02-25 Thread Mike Hearn
Hi Ken, I'm really sorry about this but I already implemented LockWindowUpdate about a month or two ago. Unfortunately it is blocking on moving invalidation handling into the wineserver, and was not applied. So, I'm afraid that (a) the work has already been done and (b) the patch you sent, is wro

Re: Screenshot description

2004-02-25 Thread Dimitrie O. Paun
On Wed, 25 Feb 2004, Jeremy Newman wrote: > The xml file would look like this: > > > > hey, you can write stuff here.. > > Well, having this XML only for description is a bit useless, isn't it? But if you like it so much, why not use the XML features, and give up on the restrictive n

Re: Screenshot description

2004-02-25 Thread Paul van Schayck
Jeremy, On Wed, 25 Feb 2004 11:13:28 -0600, Jeremy Newman wrote: > I also think the idea of having screenshot descriptions is a good idea. > I also agree with Dimi here (say it's not so!), having a simple text > file for each shot. I would use my simple xml parser thing to do it > (since it alread

Re: Switch kernel time functions to the new "time" debug channel

2004-02-25 Thread Dimitrie O. Paun
On Wed, 25 Feb 2004, Mike Hearn wrote: > Another confusing debug channel allocation bites the dust... > > -WINE_DEFAULT_DEBUG_CHANNEL(win32); > +WINE_DEFAULT_DEBUG_CHANNEL(time); The win32 debug channel should just die, it's too generic to be useful. The entire friggin' API is Win32 :) Here is

re: dialog:MSGBOX_OnInit

2004-02-25 Thread Dan Kegel
[EMAIL PROTECTED] wrote: I am trying to run a MFC application in Red Hat Linux 8 using WINE (latest version). When i start the application with wine the application performs some intialization but when the main window is about to be displayed, the application crashes giving the following error

Re: Screenshot description

2004-02-25 Thread Jeremy Newman
On Wed, 2004-02-25 at 10:46, Dimitrie O. Paun wrote: > On Wed, 25 Feb 2004, Paul van Schayck wrote: > > > This is my first attemp to do something for winehq. So, are you interested > > in descriptions for screenshots? > > Thank you for your contribution. I think having a description for each > ima

Re: Screenshot description

2004-02-25 Thread Dimitrie O. Paun
On Wed, 25 Feb 2004, Paul van Schayck wrote: > This is my first attemp to do something for winehq. So, are you interested > in descriptions for screenshots? Paul, Thank you for your contribution. I think having a description for each image is a really good idea. However, I don't think I like hav

Re: VB-Error: Type mismatch

2004-02-25 Thread Fabian Cenedese
>> Contrary to my first tests these API functions understand VB hex >> numbers quite well. There is no problem with these calls on Win2K: >> >> OLECHAR test[]={'&', 'H', 'F', '0', '8', 'F', '\0'}; >> VarI4FromStr(test, LANG_NEUTRAL, NUMPRS_STD, &out); >> VarParseNumFromStr(test, LANG_NEUTRAL, NUM

dialog:MSGBOX_OnInit

2004-02-25 Thread vishal wable
Hello Sir,   I am trying to run a MFC application in Red Hat Linux 8 using WINE (latest version). When i start the application with wine the application performs some intialization but when the main window is about to be displayed, the application crashes giving the following error.   " fixme:d

Screenshot description

2004-02-25 Thread Paul van Schayck
Hey, Wouldn't it be nice to have a description of every screen at the screenshot page of winehq.com? To know what you see, I don't know half the programs I see on those screens. I have made a patch for the site file. The patch needs a a description.txt file inside /images/shots/ in this form: [sc

Cross compiling Wine with MinGW

2004-02-25 Thread Hans Leidekker
Hi, I spent some time cross compiling all of Wine with MinGW according to this recipe: http://winehq.com/?issue=123#Cross-compiling Wine and I thought you might be interested in the results. I can report a bug in Wine's makefiles right away: having those vxd's in subdirectories that end in .v

Re: VB-Error: Type mismatch

2004-02-25 Thread Kevin Koltzau
On Wednesday 25 February 2004 04:15 am, Fabian Cenedese wrote: > Contrary to my first tests these API functions understand VB hex > numbers quite well. There is no problem with these calls on Win2K: > > OLECHAR test[]={'&', 'H', 'F', '0', '8', 'F', '\0'}; > VarI4FromStr(test, LANG_NEUTRAL, NUMPRS_

Re: Theming widgets

2004-02-25 Thread Kevin Koltzau
On Wednesday 25 February 2004 06:28 am, Mike Hearn wrote: > 4) Theme all widgets with a hard link to uxtheme but have a "Win98 look" > theme which replicates the current drawing? This actually would end up happening in all cases, if theming is disabled the widget is responsible for drawing itself

Re: Theming widgets

2004-02-25 Thread Mike Hearn
On Tue, 24 Feb 2004 22:04:13 -0500, Kevin Koltzau wrote: > I'm starting to work on theming some widgets, and I've come up with a few methods of > doing this: > 1) Add theming code to every widget itself, static link to uxtheme.dll > 2) Add theming code to every widget itself, using LoadLibrary/Get

Re: Document Crosstest

2004-02-25 Thread Hans Leidekker
On Tuesday 24 February 2004 17:51, Uwe Bonnes wrote: > http://www.winehq.com/site/docs/wine-devel/testing-windows > 4.5.3. With MinGW > > should read: > > Have mingw installed. For an RPM package look e.g. at > http://mirzam.it.vu.nl/mingw/ > > Run "make crosstest". Run test like "wine -- msvcr

Re: VB-Error: Type mismatch

2004-02-25 Thread Fabian Cenedese
>>I'm trying (again) to run a VB app on wine. But it never shows up. Instead >>I only see a dialog with this Type mismatch error and then it quits. I tried >>to find the place where it goes wrong. Apparently it tries to parse a number >>from a string in VB notation. >>0009:trace:ole:VarParseNumFro

RFC: OlePicture patch

2004-02-25 Thread Fabian Cenedese
Hi Can anybody comment on this? http://www.winehq.org/hypermail/wine-patches/2004/02/0121.html I know that it's not the best solution (or if it is it's without explanation). I tried to find anything about this magic number but I found nothing. Unless someone has a reason _not_ to apply it I vote

Re: More msvcrt scanf tests

2004-02-25 Thread Boaz Harrosh
Robert Shearman wrote: I don't know, but any C99-compatible compiler should support the LL suffix and the ll width format specifier (in the C library). MSVC doesn't support these and AFAIK never will. Rob Never say never. It does if you: #define LL i64 #define ll i64 So what is exactly the pr