Re: IStorage* vs. LPSTORAGE vs. winapi_check

2005-08-16 Thread Marcus Meissner
On Wed, Aug 17, 2005 at 12:31:36AM +0200, Francois Gouget wrote: > On Tue, 16 Aug 2005, Marcus Meissner wrote: > [...] > >The LPSTORAGE layout is definitely not the same. > > What do you mean? I just replaced 'IStoreage *' with 'LPSTORAGE' and > since the LPSTORAGE declaration is 'typedef IStorag

Re: WineHQ: Default font

2005-08-16 Thread James Liggett
I agree. Bitstream Vera looks awful with antialiasing turned off. (using Freetype bytecode interpreter) I've been wishing that the font be changed to something more generic (I also thing Arial would work good) for about a year now. James On Wed, 2005-08-17 at 02:57 +0200, Christian Britz wrote: >

WineHQ: Default font

2005-08-16 Thread Christian Britz
Hi all, I noticed a little possibility to improve www.winehq.org with very little effort: I am talking about the default font for the website. if you look at http://www.winehq.org/winehq_styles.css you will easily see that the default font is "bitstream vera sans", followed by "verdana" and "aria

Future Acknowledgement & Who's Who updates

2005-08-16 Thread Tom Wickline
Hello, I am in the process of updating our "Acknowledgement" & "Who's Who" pages and if anyone here wants to be included and your currently not just send me a mail and ask for inclusion. If you want inclusion on the "Acknowledgement" page let me know what aerie's you have worked on and you will

Re: Lostwages: developer-cheatsheet.template.diff

2005-08-16 Thread Francois Gouget
On Tue, 16 Aug 2005, Tom Wickline wrote: On 8/16/05, Andreas Mohr <[EMAIL PROTECTED]> wrote: [...] http://dictionary.reference.com/search?q=dereference But OTOH it does mention "well established in jargon", so you might have a point here. Francois what is your preference here? You do allot m

Re: IStorage* vs. LPSTORAGE vs. winapi_check

2005-08-16 Thread Francois Gouget
On Tue, 16 Aug 2005, Marcus Meissner wrote: [...] The LPSTORAGE layout is definitely not the same. What do you mean? I just replaced 'IStoreage *' with 'LPSTORAGE' and since the LPSTORAGE declaration is 'typedef IStorage *LPSTORAGE;' the layout should be the same. Now if the original prototyp

Re: Lostwages: developer-cheatsheet.template.diff

2005-08-16 Thread Tom Wickline
On 8/16/05, Andreas Mohr <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, Aug 16, 2005 at 06:17:27PM +0200, Francois Gouget wrote: > > Actually 'dereference' is correct here, although I have no doubt that it > > is not in any dictionary. > Huh, why? > > http://dictionary.reference.com/search?q=derefe

Re: Lostwages: acknowledgement take two.......

2005-08-16 Thread Tom Wickline
On 8/16/05, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > I have sent about 310 patches since december 2004, mostly for AppDB, > some for lostwages and bugzilla and quite a few translating resources > files in french and reimplementing the uninstaller, I really don't know > if it makes it worth inclu

Re: DINPUT: Generic FF effect implementation (FF #4)

2005-08-16 Thread Alexandre Julliard
Daniel Remenak <[EMAIL PROTECTED]> writes: > Submitted #5 a couple days ago, along with a short explanation of how > it all worked together. Any comments? If you'd like me to change the > architecture I'm willing to do so, if you can give me some hints about > what direction to go with it. If y

Re: IStorage* vs. LPSTORAGE vs. winapi_check

2005-08-16 Thread Marcus Meissner
On Tue, Aug 16, 2005 at 04:33:36PM +0200, Francois Gouget wrote: > > I checked the prototypes of OleDoAutoConvert() and GetConvertStg() and > they use LPSTORAGE rather than IStorage* so I think the 16bit versions > should match. This would avoid introducing ISTorage* in win16.api. > > However o

Re: Lostwages: developer-cheatsheet.template.diff

2005-08-16 Thread Andreas Mohr
Hi, On Tue, Aug 16, 2005 at 06:17:27PM +0200, Francois Gouget wrote: > Actually 'dereference' is correct here, although I have no doubt that it > is not in any dictionary. Huh, why? http://dictionary.reference.com/search?q=dereference But OTOH it does mention "well established in jargon", so yo

Re: Help with debugging needed

2005-08-16 Thread Stefan Dösinger
Hi, > Could you put the +ddraw trace somewhere on the web ? This suspiciously > looks like a reference counting issue either in the application or in the > Wine code. It looks to me that Empire Earth accidentally frees the DirectDraw Interface it's working with. During my look at the ddraw code, I

Re: Get shlfolder test running with shell32 4.0

2005-08-16 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > Version 4.0 of the shell32 dll does not export StrRetToBufW(). Other shell32 versions don't either, since StrRetToBufW is in shlwapi ;-) -- Alexandre Julliard [EMAIL PROTECTED]

Re: Report swap file total/free sizes to be the same as physical memory

2005-08-16 Thread Andreas Mohr
Hi, On Tue, Aug 16, 2005 at 11:49:34PM +0900, Dmitry Timoshkov wrote: +/* Project2k refuses to start if it sees less than 1Mb of free swap */ +if (lpmemex->ullTotalPageFile < lpmemex->ullTotalPhys) +lpmemex->ullTotalPageFile = lpmemex->ullTotalPhys; +if (lpmemex->ullAvailPageF

Re: Winecfg and port access

2005-08-16 Thread Christian Schmitz
HI: Thanks for you answer but i dont know how program these lines for control ioperm(). Yes my system is Suse Linux 9.3 with kde upgraded 3.4.1 I solve the problem (in old wine) of this way: In the old file config i write [ppdev] "378" = "/dev/parport0" [ports] "read" = "0x779

Re: MSHMTL: Added QueryStatus implementation

2005-08-16 Thread Jacek Caban
Saulius Krasuckas wrote: * On Mon, 15 Aug 2005, Jacek Caban wrote: I've tried to get other tests working on win 98, without success. It's possible that it won't work this way on 9x, It seems I've found one bug in test/htmldoc.c: |if(activeobj) { | - IOleInPlaceActiveObject

X11: Problems with ConfigureNotify events that are received/processed too late

2005-08-16 Thread Michael Kaufmann
Hi all, I'm trying to get the dialog boxes of Word 95 working. They often appear with the minimal window size (about 70x50 pixels), so they're unusable. With KDE's window manager (KWin) this happens very often. With Enlightenment and GNOME's window manager (Metacity), it only happens from tim

Re: want to change the behaviour of wine when minimising in kde?

2005-08-16 Thread Vitaliy Margolen
Tuesday, August 16, 2005, 6:07:48 AM, Fabio Duarte Vilas Boas wrote: > When minimizing, I dont like the icon and would like > to know how to change it? If you talking about "Application icon" - you can not. It is part of window management that is still not fully implemented. Vitaliy

Re: Lostwages: acknowledgement take two.......

2005-08-16 Thread Jonathan Ernst
I have sent about 310 patches since december 2004, mostly for AppDB, some for lostwages and bugzilla and quite a few translating resources files in french and reimplementing the uninstaller, I really don't know if it makes it worth inclusion and won't be angry if I'm not included. Le mardi 16 aoû

want to change the behaviour of wine when minimising in kde?

2005-08-16 Thread Fabio Duarte Vilas Boas
When minimizing, I dont like the icon and would like to know how to change it? __ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/

Re: Lines of code in Wine?

2005-08-16 Thread Tom Wickline
On 8/16/05, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > I've been using something like this: > > wc -l `find . -name "*.[chS]" -print -o -name "*.spec" -print | grep -v > unicode/c_ | grep -v wineps/data/` | tail -1 > > It should probably be updated to count idl files too. With the curr

Re: Lines of code in Wine?

2005-08-16 Thread Alexandre Julliard
Tom Wickline <[EMAIL PROTECTED]> writes: > Okay I ran the numbers again with some help from Brian. > Here is how were calculating it from a clean CVS download from about > 10 minutes ago. > > $wc -l `find . -name "*" -exec file {} \; | grep "ASCII C" | awk -F\: > '{print $1}'` > > 1,526,983 tota

Re: Lines of code in Wine?

2005-08-16 Thread Tom Wickline
On 8/15/05, Tom Wickline <[EMAIL PROTECTED]> wrote: > Hello, > > I was looking at our line count so I could update the history page and the FAQ > with new up to date numbers. And my numbers come no where close to > what has been reported in the past. anyone care to generate the > current line coun

Re: MSHMTL: Added QueryStatus implementation

2005-08-16 Thread Saulius Krasuckas
* On Mon, 15 Aug 2005, Jacek Caban wrote: > > I've tried to get other tests working on win 98, > without success. It's possible that it won't work this > way on 9x, It seems I've found one bug in test/htmldoc.c: |if(activeobj) { | - IOleInPlaceActiveObject_GetWindow(activeobj, &hwnd)