Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Vijay Kiran Kamuju wrote: Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry? IXMLDOMNode is an interface, which has an IID, not a CLSID. We don't need to register interfaces f

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry? Thanks, Vijay On 8/16/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Vijay Kiran Kamuju wrote: > > > I am planning

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Vijay Kiran Kamuju wrote: I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework. I started a simple test case in dlls/msxml3/tests/domdoc.c. I modify it a little bit to get it to compile under M

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Vijay Kiran Kamuju
Hi Mike, I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework. Thanks, Vijay On 8/16/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Hi Vijay, > > Vijay Kiran Kamuju wrote: > > > i think it wou

Re: [MSXML]xmlnode_get_nodeName Implementation

2005-08-15 Thread Mike McCormack
Hi Vijay, Vijay Kiran Kamuju wrote: i think it would be better if we put bstr_from_xmlChar in msxml_private.h need directions how to implement domdoc_get_nodeName I'll post a patch to move bstr_from_xmlChar and other utility functions somewhere else in the code later. please comment on t

Proposed interface for file operations by the file dialog code (dlls\commdlg\filedlg*.c)

2005-08-15 Thread Troy Rollo
References: Background: Work is currently proceeding on a branched version to create additional APIs for WINE that use UNIX path names r

Re: [Bug 3220] New: PowerFinder now braindead checking for msvcrt.dll

2005-08-15 Thread Scott Edwards
I have narrowed this bug down to local configuration options for PowerFinder.exe. When msvcrt and msvcrt40 are both set to 'native' *or* 'native' then 'builtin', the application functions as expected. If there's any way I can help narrow this down for you, please let me know. Thanks.

Re: Lines of code in Wine?

2005-08-15 Thread Brian Vincent
On 8/15/05, Tom Wickline <[EMAIL PROTECTED]> wrote: > 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 count ? Alexand

Lines of code in Wine?

2005-08-15 Thread Tom Wickline
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 count ? Here is the numbers I get if anyone is interested. Wine: a

Re: WINEALSA: comment on unexpected shrinking of mmap-buffer (resend)

2005-08-15 Thread Robert Reif
Alex Villací­s Lasso wrote: The first test that fails with the ALSA driver is the so-called "reference" tone, which, as far as I could see, is played with a primary buffer, and no secondary buffer. The reference tone uses the hardware position directly, which wraps around at a buffer size that

Re: WINEALSA: comment on unexpected shrinking of mmap-buffer (resend)

2005-08-15 Thread Alex Villací­s Lasso
Robert Reif wrote: Only the primary buffer supports hardware acceleration. The secondary buffer(s) are implemented in software and mixed into the primary buffer. The formats (mono/stereo, 8/16 bit samples, and sample rate) of the primary and secondary buffers are totally independent and can be

Re: Lostwages: howto.diff #2

2005-08-15 Thread Lionel Ulmer
On Mon, Aug 15, 2005 at 05:14:27PM -0400, Tom Wickline wrote: > Changelog: > Spelling fix and doc update Note that the 'if your running' typo is still here. Lionel -- Lionel Ulmer - http://www.bbrox.org/

How dumb icone of wine in kde? I want to place my image when to minimize it

2005-08-15 Thread Fabio Duarte Vilas Boas
How dumb icone of wine in kde? I want to place my image when to minimize it ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/

Re: Help Please

2005-08-15 Thread Fabio Duarte Vilas Boas
How dumb icone of wine in kde? I want to place my image when to minimize it ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/

Re: lostwages/templates/en howto.template

2005-08-15 Thread Lionel Ulmer
> Log message: > Tom Wickline <[EMAIL PROTECTED]> > spelling fix, doc update +If your using an old version of Wine we recommend that you use a handy program called Sorry to spot this once it has been committed :-) Lionel -- Lionel Ulmer -

Re: Help with debugging needed

2005-08-15 Thread Stefan Dösinger
Am Montag, 15. August 2005 17:07 schrieb Lionel Ulmer: > > Well, Empire Earth doesn't crash on return from Main_DirectDraw_Release, > > but quite a bit later in its own code. It tries to call > > Main_DirectDrawSurfaceRelease for an allready freed surface: From the > > crash dump: > > Could you put

Re: Help with debugging needed

2005-08-15 Thread Stefan Dösinger
Am Montag, 15. August 2005 17:07 schrieb Lionel Ulmer: > > Well, Empire Earth doesn't crash on return from Main_DirectDraw_Release, > > but quite a bit later in its own code. It tries to call > > Main_DirectDrawSurfaceRelease for an allready freed surface: From the > > crash dump: > > Could you put

Re: MSHTML: test cleanup

2005-08-15 Thread Jacek Caban
This time with the patch. Changelog: - Code cleanup - Dissable tests after UIActivate failes (fixes tests win 9x) Index: dlls/mshtml/tests/htmldoc.c === RCS file: /home/wine/wine/dlls/mshtml/tests/htmldoc.c,v retrieving revision

Re: Help with debugging needed

2005-08-15 Thread Lionel Ulmer
> Well, Empire Earth doesn't crash on return from Main_DirectDraw_Release, but > quite a bit later in its own code. It tries to call > Main_DirectDrawSurfaceRelease for an allready freed surface: From the crash > dump: Could you put the +ddraw trace somewhere on the web ? This suspiciously look

Re: WLDAP32: implement ldap_result

2005-08-15 Thread Vitaliy Margolen
Monday, August 15, 2005, 5:19:10, Hans Leidekker wrote: > -Hans > Changelog > Implement ldap_result. This patch brakes cvs build: misc.c:58: error: `LDAP_NOT_SUPPORTED' undeclared (first use in this function) misc.c:58: error: (Each undeclared identifier is reported only once misc.c:58: error

Re: Help with debugging needed

2005-08-15 Thread Stefan Dösinger
Hi, That thing gets more and more interesting: I was mislead by the belief that 'next' would behave as 'nexti' at the end of the known C code. But obviosly it doesn't. Well, Empire Earth doesn't crash on return from Main_DirectDraw_Release, but quite a bit later in its own code. It tries to ca

Error on clean .wine for theming

2005-08-15 Thread Paul Vriens
Hi, just updated to current cvs and removed .wine: [EMAIL PROTECTED] paul]$ rm -rf .wine [EMAIL PROTECTED] paul]$ winecfg wine: creating configuration directory '/home/paul/.wine'... err:theming:THEMING_Initialize Could not re-register class L"Edit": 582 wine: '/home/paul/.wine' created successfu

Re: MSHMTL: Added QueryStatus implementation

2005-08-15 Thread Jacek Caban
Saulius Krasuckas wrote: * On Sun, 14 Aug 2005, Jacek Caban wrote: * Saulius Krasuckas wrote: Is something like this OK? I have "borrowed" boolean variable expect_SetActiveObject_active. Yes, it looks good. Does that mean by a chance it can to wine-patches? :-) Hell

RE: calling *W functions in wt (Was: dlls/shell32/shfldr_desktop.c)

2005-08-15 Thread Ge van Geldorp
> From: Saulius Krasuckas > > Hello Ge and especially unicoders: > Alexandre, Dimi, Dmitry, Rob, Shachar, Troy and others. > > I am not sure of how should be file operations implemented in > winetest: > > *FileW and *DirectoryW functions fail on every win9x box as > they are unimplemented her

RE: dlls/shell32/pidl.c

2005-08-15 Thread Ge van Geldorp
> From: Michael Jung > > SHBindToParent does not allocate a > new PIDL for pidlLast, but returns a pointer to right > location in pidl. This means you should not free it. > There's still the problem that the shell folder isn't > released in failure cases. > > Sorry, I didn't realize this. I

Re: Lostwages: howto.diff

2005-08-15 Thread Andreas Mohr
Hi, On Mon, Aug 15, 2005 at 05:39:39AM -0400, Tom Wickline wrote: > On 8/15/05, Paul Vriens <[EMAIL PROTECTED]> wrote: > > As winecfg is currently THE tool why not refer to this (and maybe also to > > Winetools) this way more > > and more people will use it (and make it better?). > > for new ver

Re: calling *W functions in wt (Was: dlls/shell32/shfldr_desktop.c)

2005-08-15 Thread Shachar Shemesh
Saulius Krasuckas wrote: *FileW and *DirectoryW functions fail on every win9x box as they are unimplemented here. Makes sense. They succeed only when app is linked to MS Layer for Unicode (MSLU) and MSLU is installed. [1] A royal pain. I was trying to replace every failing unicode func

calling *W functions in wt (Was: dlls/shell32/shfldr_desktop.c)

2005-08-15 Thread Saulius Krasuckas
Hello Ge and especially unicoders: Alexandre, Dimi, Dmitry, Rob, Shachar, Troy and others. I am not sure of how should be file operations implemented in winetest: * On Sat, 13 Aug 2005, Ge van Geldorp wrote: > > --- dlls/shell32/tests/shlfolder.c12 Aug 2005 10:33:37 - 1.29 > +++ dl

Re: dlls/shell32/pidl.c

2005-08-15 Thread Michael Jung
Hi Ge, On Saturday 13 August 2005 20:55, Ge van Geldorp wrote: > dwAttributes = SFGAO_FILESYSTEM; > hr = IShellFolder_GetAttributesOf(psfFolder, 1, &pidlLast, > &dwAttributes); -if (FAILED(hr) || !(dwAttributes & SFGAO_FILESYSTEM)) > return FALSE; +if (FAILED(hr) || !(dwAttribute

Re: Lostwages: howto.diff

2005-08-15 Thread Tom Wickline
On 8/15/05, Paul Vriens <[EMAIL PROTECTED]> wrote: > As winecfg is currently THE tool why not refer to this (and maybe also to > Winetools) this way more > and more people will use it (and make it better?). for new versions of Wine winecfg is the default tool to setup/edit a setup. So I figured m

Re: Lostwages: howto.diff

2005-08-15 Thread Paul Vriens
On Mon, 2005-08-15 at 08:44, Tom Wickline wrote: > Hello All, > > We have moved to winecfg.. > > Tom > > Changelog: > spelling fix, doc update Hi Tom, you're patch shows: -Wine is currently in a transitionary phase. We are working on replacing the -cryptic configuration file with an easy

Re: Frequent and annoying Wine bug

2005-08-15 Thread Robbert Xerox
Hi, late response, been on holiday :). The patch from francios gougetdoesn't fix the error. I dug a little deeper into this:I had a knoppix live cd lying around and there bug is not present. A program like Neatimage (www.neatimage.com) startsup just fine there. I also did some tracing to see wher