re: Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Dan Kegel
Rob wrote: Does this patch fix both issues for you? Oh, man, that patch is great. It lets me start the VB6 IDE (i.e. it fixes http://bugs.winehq.org/show_bug.cgi?id=4448 ) Please submit it. Yum! - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv

Re: How to get a SoC proposal immediately rejected

2006-05-02 Thread Mike McCormack
If anybody needs any advice or help with a SoC proposal, feel free to mail me privately... Mike

Re: Opera 3.21

2006-05-02 Thread Tom Spear
I barely ever use the web interface myself, but sometimes it is necessary (when I am at work, where they only let us use Outlook XP, blegh!)On 5/2/06, Segin <[EMAIL PROTECTED]> wrote:kk, no problem, i barely use the web interface (I just use thunderbird) but if it makes any difference, i'll do it.

Re: Opera 3.21

2006-05-02 Thread Segin
kk, no problem, i barely use the web interface (I just use thunderbird) but if it makes any difference, i'll do it. It's also easier on me cause i can then redirect a backtrace with a pipe to a file. Tom Spear wrote: Segin, thanks for reporting this, but just as a personal favor, would you min

Re: Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Bill Medland
On May 2, 2006 11:44 am, Robert Shearman wrote: > Bill Medland wrote: > >before I start trying to get up to speed on it. > > > > > >Anyway; if someone is already working on that sort of thing > > then there is probably little point in me trying to learn it > > all. However if no-one is then I gues

Re: How to get a SoC proposal immediately rejected

2006-05-02 Thread Mike Hearn
On Tue, 02 May 2006 10:40:14 -0700, Dan Kegel wrote: > "I will implement a sentient computer program." Michael C Hearn is interested in this proposal :) That is, interested in how the hell they planned to implement it!

Re: Opera 3.21

2006-05-02 Thread Tom Spear
Segin, thanks for reporting this, but just as a personal favor, would you mind including backtraces as an attachment?  When I have to read my emails from the browser, gmail wraps the backtrace, which makes it difficult to read. On 5/2/06, Segin <[EMAIL PROTECTED]> wrote: when closing the list of ne

Re: Newbie question clipboard

2006-05-02 Thread Duane Clark
Thomas Hehl wrote: 2. I haven't found a user32.c and have found many, many hits in the source for GetClipboardData that I'm trying to sort through? How do I find the source code for that call? I'll just add one other simple method, since others did not mention it. In: http://source.winehq.or

Re: How to get a SoC proposal immediately rejected

2006-05-02 Thread Segin
Dan Kegel wrote: All you have to do to have your application summarily deleted is to make it so short that it conveys no information. Bonus points if you propose implementing something that's already (somewhat) implemented. For instance: "I will add scanner support to Wine." or "I will implemen

Re: Newbie question clipboard

2006-05-02 Thread Mike Hearn
On Tue, 02 May 2006 09:12:11 -0700, Thomas Hehl wrote: > Please forgive a newbie. I have extensive development background, but am > new to wine and, though I've used VB a lot, am somewhat new to API > programming. Welcome! Don't worry, we all started in the same position as you did :) > > I have

Linuxtag06/Wiesbaden/Germany

2006-05-02 Thread Uwe Bonnes
Hallo, Stefan Maunz, Micheal Jung and me will present Wine at Linuxtag06/Wiesbaden/Germany. As a project we can send out invitations. If anybody is interested to receive an invitation, please let me know. Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgarte

Re: Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Robert Shearman
Bill Medland wrote: before I start trying to get up to speed on it. Congratulations. My company's program now gets somewhere with the builtin ole dlls (thanks to fixes in the out-of-process COM) so I am interested in trying to get it to work completely with them (especially since the native

Re: Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Alex Villací­s Lasso
Bill Medland wrote: before I start trying to get up to speed on it. Congratulations. My company's program now gets somewhere with the builtin ole dlls (thanks to fixes in the out-of-process COM) so I am interested in trying to get it to work completely with them (especially since the native

Re: Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Tony Lambregts
Bill Medland wrote: before I start trying to get up to speed on it. Congratulations. My company's program now gets somewhere with the builtin ole dlls (thanks to fixes in the out-of-process COM) so I am interested in trying to get it to work completely with them (especially since the native

Anyone actively working on ITypeInfo_fnInvoke and VariantChangeType?

2006-05-02 Thread Bill Medland
before I start trying to get up to speed on it. Congratulations. My company's program now gets somewhere with the builtin ole dlls (thanks to fixes in the out-of-process COM) so I am interested in trying to get it to work completely with them (especially since the native ones no longer work)

How to get a SoC proposal immediately rejected

2006-05-02 Thread Dan Kegel
All you have to do to have your application summarily deleted is to make it so short that it conveys no information. Bonus points if you propose implementing something that's already (somewhat) implemented. For instance: "I will add scanner support to Wine." or "I will implement a sentient compu

Re: Newbie question clipboard

2006-05-02 Thread leslie . polzer
On Tue, May 02, 2006 at 09:12:11AM -0700, Thomas Hehl wrote: > 1. On the line: Call user32.GetClipboardData(0001) ret=00439e26, > what does the ret mean? Isn't the return value posted later in the > log? a) "ret" is the return address of the function. b) the return value is posted at the end o

Newbie question clipboard

2006-05-02 Thread Thomas Hehl
Please forgive a newbie. I have extensive development background, but am new to wine and, though I've used VB a lot, am somewhat new to API programming. I have an error while running Pagemaker 7.0 and try to paste text from the clipboard that I put into the clipboard from another app. I tried ru

Re: Apps database bug #4648, IE screenshots

2006-05-02 Thread Tony Lambregts
EA Durbin wrote: Here is the patch for bug # 4648. include/screenshot.php has a typo in two of its variables causing IE to render a zero pixel image. oThumnailHeight should be oThumbnailHeight oThumnailWidth whould be oThumbnailWidth ---

Re: setupapi: add case sensitivity string table tests

2006-05-02 Thread Andrew Ziem
Mike McCormack wrote: Hi Andrew, Andrew Ziem wrote: These test case sensitivity in setupapi string tables, and all the parts I modified pass on Microsoft's 98 and XP. As this is my first Wine patch, comments are especially welcome. For tests that don't pass in wine, please enclose them in

Re: World of Warcraft (WoW) patch/more address space layout stuff

2006-05-02 Thread Mike Hearn
Well ever since me, Mike and Alexandre did the preloader work a few years ago Wine itself has been execshield resistant, but the apps themselves may not be (my guess is that this is why Microsoft have not implemented it themselves ... that and they appear to be scared of their own dynamic linker c

Opera 3.21

2006-05-02 Thread Segin
when closing the list of newsgroups with the full list displayed, Opera crashes and gives this nice backtrace: wine: Unhandled page fault on read access to 0x at address 0x11df:0x29e2 (thread 0055), starting debugger... WineDbg starting on pid 0x53 Unhandled exception: page fault o

Re: ntdll: Fix NtQueryInformationToken(TokenGroups)

2006-05-02 Thread Robert Shearman
Dan Kegel wrote: Rob wrote: Fix the buffer check for NtQueryInformationToken(TokenGroups) so that it doesn't return STATUS_BUFFER_TOO_SMALL when it shouldn't. Use the same code for returning the required buffer and for calculating whether the buffer is sufficient so this can't happen again.