Re: dib fixes

2005-04-08 Thread Rein Klazes
On Sat, 09 Apr 2005 07:15:43 +0200, you wrote: > > I am looking into a couple of crashes in dlls/x11drv/dib.c caused by a > > patch from you. The patch (attached) is only 5 years old, I am sure you > > remember all the details ;) > sure... since RLE encoding can have holes (ie, it can jump a coup

Re: ole32: add IPropertyStorage tests

2005-04-08 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> wrote: > +#define UNICODE_CP 1200 IMO it's better to name it CP_UNICODE as dlls/mlang/mlang.c has. It's a more consistent value with what include/ddeml.h: #define CP_WINUNICODE 1200 and PSDK's mimeole.idl: const CODEPAGEID CP_UNICODE = 1200; have. Moreover, it

Re: dib fixes

2005-04-08 Thread Eric Pouech
Rein Klazes a écrit : Hi Eric, I am looking into a couple of crashes in dlls/x11drv/dib.c caused by a patch from you. The patch (attached) is only 5 years old, I am sure you remember all the details ;) sure... since RLE encoding can have holes (ie, it can jump a couple of pixels or lines ahead), w

Re: Development method

2005-04-08 Thread Ivan Leo Puoti
Mike McCormack wrote: Try skip the 'make install', and instead run wine from the build directory. eg. ~/src/wine/wine regedit I make a point of never installing Wine to make sure I don't accidently run an older installed version that didn't get overwritten properly. You can also just have a scri

Wine and USB scanner access ?

2005-04-08 Thread Barbara Post
Hi, I'm using latest Wine (20050310) with Debian sid (kernel 2.6.11). I own an USB 1.1 scanner : Agfa SnapScan 1212U. I successfully installed ScanWise software provided by the vendor (2.0.0.9 version) but when I launch it, it behaves as if the scanner's light wasn't on, or it was unplugged : it a

Re: real SetProcessClass and SetThreadPriority support

2005-04-08 Thread Robert Shearman
Robert Reif wrote: Robert Shearman wrote: Robert Reif wrote: Are there any plans or is anyone working on mapping Windows SetProcessClass and SetThreadPriority support to linux process priorities on kernels that support CAP_SYS_NICE? Mapping Win32 thread priority levels to Linux nice levels is fair

Deadlocking problems in winmm

2005-04-08 Thread Robert Lunnon
Since early this year I have been having difficulties with winmm in that my test application seems to deadlock if an audio driver is set up in the config. Without a defined audio driver or if the audio device is busy, the app works fine. For what it's worth here is a dump of +winmm +mmtime. Aft

Re: Development method

2005-04-08 Thread Mike McCormack
David Hemmo wrote: Right now, each time I make a modification (even one line) I do a 'make' followed by a 'make install'. Is there a faster way ? Try skip the 'make install', and instead run wine from the build directory. eg. ~/src/wine/wine regedit I make a point of never installing Wine to mak

Re: Development method

2005-04-08 Thread David Hemmo
I run these commands in the directory of the dll or program which I changed. Thats is way faster :-) Thanks David Hemmo

Re: Development method

2005-04-08 Thread Stefan Dösinger
Am Freitag, 8. April 2005 16:00 schrieb David Hemmo: > Hello, > > Right now, each time I make a modification (even one line) I do a > 'make' followed by a 'make install'. > Is there a faster way ? I run these commands in the directory of the dll or program which I changed. That is way faster(espec

Development method

2005-04-08 Thread David Hemmo
Hello, Right now, each time I make a modification (even one line) I do a 'make' followed by a 'make install'. Is there a faster way ? Thanks David Hemmo

Re: Problem with CyberKnex Programmer program and direct LPT1 port access

2005-04-08 Thread Rob Shearman
Terry Barnaby wrote: Rob Shearman wrote: Terry Barnaby wrote: Hi, I am trying to get the K'nex CyberKnex Programmer Windows program working under wine on Fedora 3. It appears to be generally working but this program needs direct access to the LPT1 parallel port to drive an external "flash key" prog

Re: Problem with CyberKnex Programmer program and direct LPT1 port access

2005-04-08 Thread Terry Barnaby
Rob Shearman wrote: Terry Barnaby wrote: Hi, I am trying to get the K'nex CyberKnex Programmer Windows program working under wine on Fedora 3. It appears to be generally working but this program needs direct access to the LPT1 parallel port to drive an external "flash key" programmer. I have tried

Re: Problem with CyberKnex Programmer program and direct LPT1 port access

2005-04-08 Thread Andreas Mohr
Hi, On Fri, Apr 08, 2005 at 03:24:52PM +0100, Terry Barnaby wrote: > Hi, > > I am trying to get the K'nex CyberKnex Programmer Windows program > working under wine on Fedora 3. It appears to be generally working but > this program needs direct access to the LPT1 parallel port to drive an > extern

Re: Problem with CyberKnex Programmer program and direct LPT1 port access

2005-04-08 Thread Rob Shearman
Terry Barnaby wrote: Hi, I am trying to get the K'nex CyberKnex Programmer Windows program working under wine on Fedora 3. It appears to be generally working but this program needs direct access to the LPT1 parallel port to drive an external "flash key" programmer. I have tried setting the "Windows

Problem with CyberKnex Programmer program and direct LPT1 port access

2005-04-08 Thread Terry Barnaby
Hi, I am trying to get the K'nex CyberKnex Programmer Windows program working under wine on Fedora 3. It appears to be generally working but this program needs direct access to the LPT1 parallel port to drive an external "flash key" programmer. I am using wine 20050310. If I try this I get an error

Re: dib fixes

2005-04-08 Thread Rein Klazes
Hi Eric, I am looking into a couple of crashes in dlls/x11drv/dib.c caused by a patch from you. The patch (attached) is only 5 years old, I am sure you remember all the details ;) To be precise, I get X-errors in the calls to XGetSubImage caused by out of range parameters. Fixing this by some par

wine_init from elf executable

2005-04-08 Thread Stephen Crowley
Can someone provide a quick example of how to link a an app and initialize wine via wine_init myself? I've tried the stuff from mono and also libfst.. I really need this to work, it isn't an option to run from a winelib app because I need to access a non-managed dll via the mono runtime. #0 0x403