Re: crosstest compile fix (another)

2004-02-26 Thread Hans Leidekker
On Thursday 26 February 2004 00:06, Stefan Leichter wrote: > I am sorry to tell you that the second way does not work for me. The error > message is attached (mingw.log). So i switched back to the Redhat version and > did > cd /usr/local ; ln -s /usr/mingw i386-mingw32 > and in /usr/bin i need t

NdrClientCall/format string interpreter/stubless proxies

2004-02-26 Thread Mike Hearn
Hi Rob, A few weeks back you mentioned you had done some work on implementing the stubless proxy entry points - can you explain a bit more about this? In particular, how far away are you from having something submittable, have you got docs on the format string syntax and how much are you intending

Re: NdrClientCall/format string interpreter/stubless proxies

2004-02-26 Thread Robert Shearman
Hi Mike, I have implemented NdrClientCall/NdrClientCall2 and respective server functions and they are working fairly well (except for no exception handling and no pipe support). The thing that was blocking my submission of the patch was lack of testing. So far I have only tested on simple types

Re: Help needed to get the application work for native linux editors

2004-02-26 Thread Robert Shearman
Hi, I can't really give you any advice on using the X API, but I can tell you that the Win32 and X API are completely different. If you want to support native X apps then you will have to either completely rewrite your Windows program in Linux or you will have to compile the Linux editor as a Wine

Re: Proposal: new mailing list wine-gov@winehq.org

2004-02-26 Thread Dan Kegel
Joerg Mayer wrote: IMHO, it should just be created. Well, shoot, let's do it. Look, Rome just announced they're going to migrate some of their systems (servers and perhaps email clients?) to Linux: http://babelfish.altavista.com/babelfish/urltrurl?lp=it_en&url=http://www.repubblica.it/2004/b/sezio

Re: Native NetBSD audio driver

2004-02-26 Thread Yorick Hardy
I was thinking to look at the integration of the oss and NetBSD drivers this weekend (following Eric and Dimi's suggestion). Should I rather wait until some restructuring is done? The inclusion of the NetBSD audio driver is not urgent since oss already works quite well, and it stagnated on my hard

RPC Update Patch

2004-02-26 Thread Robert Shearman
Hi, I have uploaded the big stubless RPC patch to a website as it is rather large (~120k). You can get it here: http://www.dcs.warwick.ac.uk/~csvmc/rpcrt4_3.diff As you can probably see, a lot of the stuff in this patch is a bit rough around the edges (lack of copyright notice in some files), bu

Re: RPC Update Patch

2004-02-26 Thread Robert Shearman
On Thu, 2004-02-26 at 20:04, Robert Shearman wrote: > Hi, > > I have uploaded the big stubless RPC patch to a website as it is rather > large (~120k). You can get it here: > > http://www.dcs.warwick.ac.uk/~csvmc/rpcrt4_3.diff > > As you can probably see, a lot of the stuff in this patch is a bit

Re: RPC Update Patch

2004-02-26 Thread Mike Hearn
Wow, fantastic! One thing, could you write up some basic info on the structure of format strings? I'm just a bit concerned that one day we'll have to rewrite the typelib marshaller to use this interpreter and not know how, as this stuff is pretty opaque :) thanks -mike On Thu, 26 Feb 2004 20:04:

Re: Screenshot description

2004-02-26 Thread Paul van Schayck
Jeremy, On Wednesday 25 February 2004 18:57, Dimitrie O. Paun wrote: > > wine_someimage.png > full/wine_someimage.png > hey, you can write stuff here.. > I have totally rewritten the view_screenshot() function. It now parses the screenshots.xml file with the layout like above. All

Re: time: rework of GetLocalTime speedup

2004-02-26 Thread Steven Edwards
--- Huw D M Davies <[EMAIL PROTECTED]> wrote: > Huw Davies <[EMAIL PROTECTED]> > Cache the result of TIME_GetBias for upto 1 second. Hello Huw, I know you may not have a lot of time =P but while you are working on the Wine time implementation could you look at rpcrt4 and its use of get

Re: GetDefaultPrinter A->W [resubmit]

2004-02-26 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > Hello, > i sent this patch one week ago, but it does not get commited. Anything wrong > with it? The handling of the buffer sizes looks very suspicious. For instance you check for namesize being NULL, but later on assign something to it anyway. Also

Authors.c Won't Compile

2004-02-26 Thread Robert Shearman
Hi, I can't compile authors.c due to some encoding issue with sed. I can generate the authors.c file fine on the command line, but the same command in the Makefile won't generate compilable code due to it terminating the string constant before a UTF-8 character. I am using Fedora Core 1 with late

Authors.c Won't Compile

2004-02-26 Thread Robert Shearman
Hi, I can't compile authors.c due to some encoding issue with sed. I can generate the authors.c file fine on the command line, but the same command in the Makefile won't generate compilable code due to it terminating the string constant before a UTF-8 character. Rob Example of errors: authors.c:

catching first chance exception question

2004-02-26 Thread Robert Reif
I'm looking at how windows deals with invalid parameters in some of the winmm functions and it raises some questions. Sometimes they will check the parameters and return an error code and sometimes they will let a bad parameter cause a first-chance exception and catch it and return an error code.

Re: Reset Resolution on Crash (resend)

2004-02-26 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > No comment to this patch last time it was sent. Is it better implemented > some other way? I don't think user32 should be messing with the exception filter. Maybe we could make winedbg do this? -- Alexandre Julliard [EMAIL PROTECTED]

Re: RPC Update Patch

2004-02-26 Thread Gregory M. Turner
On Thursday 26 February 2004 03:25 pm, Mike Hearn wrote: > Wow, fantastic! One thing, could you write up some basic info on > the structure of format strings? I'm just a bit concerned that one > day we'll have to rewrite the typelib marshaller to use this interpreter > and not know how, as this stu

Help needed to get the application work for native linux editors

2004-02-26 Thread saravanan
Hai friends,     I successfully ran a script manager(keyboard Manager/driver) developed for windows (using VC++) in Linux using wine.  Its working in the wordpad application called using wine.I want to make it work in Linux editors.  The technical details about the working of the keyboard d