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

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:

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

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:

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 stuff

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

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),

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

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

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

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

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: Screenshot description

2004-02-26 Thread Paul van Schayck
Jeremy, On Wednesday 25 February 2004 18:57, Dimitrie O. Paun wrote: screenshot thumbwine_someimage.png/thumb largefull/wine_someimage.png/large descriptionhey, you can write stuff here../description /screenshot I have totally rewritten the view_screenshot() function. It now