[RFC] [PATCH] GNU make based build system for Winelib applications

2007-09-03 Thread Kirill Smelkov
ck.exe & wow32.dll processed by winemaker are located in misc/ for comparison. >From 0d19d4bd95a97dc7d582872f22f4b393521709f8 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov <[EMAIL PROTECTED]> Date: Sun, 2 Sep 2007 15:51:21 +0400 Subject: [PATCH] winemake: GNU make based build syst

Re: winegcc: portability

2004-03-01 Thread Kirill Smelkov
1 Март 2004 10:13, Dimitrie O. Paun написал: > On March 1, 2004 1:50 am, Kirill Smelkov wrote: > > And what about next (removed from winemaker by your recent patch) > > -fpermissive, > > -fms-extensions > > -fno-for-scope > > ? > > > > They are very ha

Re: winegcc: portability

2004-02-29 Thread Kirill Smelkov
1 Март 2004 05:52, Dimitrie O. Paun написал: > OK, this is it. I've included the new config.h.in for > patch review convenience. Please run > > autoheader > autoconf > > after applying it. With this stuff in the tree, we should > be able to build programs/* with it. Next on the list is > -shared su

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-06 Thread Kirill Smelkov
On Fri, 6 Feb 2004, Fabian Cenedese wrote: [...] > >I can't help you until i see how your app is supposed to work. > >Please make sure the programm runs without (header[1]==0). > > That's the point, it doesn't work on wine in the current state. That's why > I try to fix wine. Use my patch (even if

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-05 Thread Kirill Smelkov
Fabi, I'm sorry for the delay in sending you this... [snip] > > > >Fabi, > > > >I temporarly disable checking for (header[1]==0). even in such case your > >test-case doesn't start: [snip] > > Where did you disable it? My patch or yours? With my patch it should > never even get to try to call Crea

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-04 Thread Kirill Smelkov
On Tue, 3 Feb 2004, Fabian Cenedese wrote: > > >> >> This fails on on my computer and I don't > >> >> know how wine could detect if it's a headerless picture or no picture at all > >> >> if they look the same (so far). > >> > > >> >Maybe check header[0] to be real .bmp or .gif magic and header[1]

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-03 Thread Kirill Smelkov
On Tue, 3 Feb 2004, Fabian Cenedese wrote: > > >> >In my case there are lots of *.bmp (with picture) with exactly same header > >> >i mentioned. Thus header[1]==0 doesnt imply 'there is no picture at all' > >> > > >> >This pictures came in ole storage taken from a real win32 app, and loading > >>

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-03 Thread Kirill Smelkov
On Tue, 3 Feb 2004, Fabian Cenedese wrote: > > >> I don't think that this is correct. If header[1] is 0 then it means that there is > >> no picture at > >> all, and not a picture without header (me thinks). When trying to start a program > >> that uses > >> the SSTab from TabCtl32.ocx without ha

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-03 Thread Kirill Smelkov
On Tue, 3 Feb 2004, Fabian Cenedese wrote: > > >Hi, > >In my case headerless bitmaps have > >{ 0x42, 0x4d, 0x9c, 0xbd, 0x00, 0x00, 0x00, 0x00 } first 8 bytes. > > > >So, when last four are equal to zero its 'no header' case. > > > >ChangeLog: > >OLEPictureImpl_Load: fix for headerless pict

Re: Congradulations - windef.h

2004-01-02 Thread Kirill Smelkov
On Thursday 01 January 2004 16:52, Mike Hearn wrote: > On Wed, 2003-12-31 at 17:26, Dimitrie O. Paun wrote: > > Are you using KDevelop to work on Wine? Is it OK? I'm a vim guy > > myself, and I've never used KDevelop, but I could maybe use some > > autocompletion :) > > If vim has something like em

Re: gdi: AlphaBlend constants

2003-12-12 Thread Kirill Smelkov
On Thu, 11 Dec 2003, Alexandre Julliard wrote: > Kirill Smelkov <[EMAIL PROTECTED]> writes: > > > +/* AlphaBlend flags */ > > +#define AC_SRC_NO_PREMULT_ALPHA 0x01 > > +#define AC_SRC_NO_ALPHA 0x02 > > +#define AC_DST_NO_PREMULT_ALPHA