Re: Help with GetConsoleWindow()

2004-09-18 Thread Eric Pouech
Any ideas on what GetConsoleWindow() should actually return? it should return the handle of the window (user32) where the console actually runs (it is attached to a console). Anyway, are you sure the segfault you see is related to returning a non NULL value in GetConsoleWindow compared to

Terminal Font

2004-09-18 Thread pcunite
I have a windows app that works really well under wine. I have placed the fonts from my XP workstation to my Fedora 2 wine directory in ./wine/windows/fonts/ so that I could have more fonts available to the app. My problem is that the Terminal font is not showing up when using a windows API Font

Re: Help with GetConsoleWindow()

2004-09-18 Thread Jason
Ewert, Mark [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm running an application that calls the stubbed out function GetConsoleWindow(). I want the application to stay in the dos console when it runs but unfortunately when it sees a NULL from GetConsoleWindow() it loads a

Re: Terminal Font

2004-09-18 Thread Huw D M Davies
On Sat, Sep 18, 2004 at 02:34:29PM +0200, [EMAIL PROTECTED] wrote: I have a windows app that works really well under wine. I have placed the fonts from my XP workstation to my Fedora 2 wine directory in ./wine/windows/fonts/ so that I could have more fonts available to the app. My problem

Re: Added service database names

2004-09-18 Thread Dmitry Timoshkov
Alexander Yaworsky [EMAIL PROTECTED] wrote: +#ifdef UNICODE +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEW +#else +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEA +#endif Wine uses WINELIB_NAME_AW macro in order to simplify '#ifdef UNICODE' magic, so in the

Re: Added service database names

2004-09-18 Thread Vincent Béron
Le sam 18/09/2004 à 11:39, Dmitry Timoshkov a écrit : Alexander Yaworsky [EMAIL PROTECTED] wrote: +#ifdef UNICODE +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEW +#else +# define SERVICES_ACTIVE_DATABASE SERVICES_ACTIVE_DATABASEA +#endif Wine uses

Re: Scrollbars and scrollwheel: -fomit-frame-pointer problems

2004-09-18 Thread Rein Klazes
On Sat, 4 Sep 2004 01:32:16 +0200, you wrote: You need to know what the bug is in order to write a proper configure check, so the first thing to do is to figure out why that flag causes trouble. Know and know, I know at least it was this patch

Re: MSCMS: new dll

2004-09-18 Thread Hans Leidekker
On Saturday 18 September 2004 19:47, Robert Shearman wrote: Is adding this to the Wine tree likely to break more apps than it fixes? Well, I don't have real numbers but MSCMS 2.0 is around since Windows 98, so I'd say most apps that use it expect it to be present. Those are broken on Wine now,

Re: CreateDIBitmap fix

2004-09-18 Thread Stefan Leichter
Am Montag, 13. September 2004 13:12 schrieb Huw D M Davies: Michael Kaufmann [EMAIL PROTECTED] Huw Davies [EMAIL PROTECTED] CreateDIBitmap should return bitmaps at the depth of the supplied dc. Add a test to exercise this behaviour. Hello, this patch

Re: CreateDIBitmap fix

2004-09-18 Thread Huw D M Davies
On Sun, Sep 19, 2004 at 12:03:36AM +0200, Stefan Leichter wrote: fixme:bitmap:CreateCompatibleBitmap got bad width 6291527 or height 65537, please look for reason Grepping the logfile i found the values first in a call of CreateBitmap, but i have no idea where the values are created. I

Re: MSCMS: new dll

2004-09-18 Thread Dmitry Timoshkov
Hans Leidekker [EMAIL PROTECTED] wrote: Here's the beginnings of an MSCMS.DLL (color management) on top of the LittleCMS library. I had to resort to some rather ugly preprocessor trickery to be able to include lcms.h, since it happens to define basic Windows types when not compiled on Windows