Wine/Winelib for Visual Basic 6.0 Users?

2005-01-21 Thread Ira Krakow
I'm writing the Winelib part of the book. The main audience is Microsoft Visual C++ 6.0 users. I can define a development environment for both MFC and non-MFC users, since it is well documented already. I was wondering - I'd like to include a section for Visual Basic 6.0 users. Beyond running t

Re: janitorial: COM status update

2005-01-21 Thread Tom
Dimitrie O. Paun wrote: On Fri, Jan 21, 2005 at 07:39:55PM -0500, Tom wrote: I beleive this is the way it should be done (class=submitted) instead of removing completed entries. It's close enough to completion that I think we can just remove them now. The page is getting pretty big anyway, so remo

Re: janitorial: COM status update

2005-01-21 Thread Dimitrie O. Paun
On Fri, Jan 21, 2005 at 07:39:55PM -0500, Tom wrote: > I beleive this is the way it should be done (class=submitted) > instead of removing completed entries. It's close enough to completion that I think we can just remove them now. The page is getting pretty big anyway, so removing them actually h

Re: janitorial: COM status update

2005-01-21 Thread Tom
James Hawkins wrote: Hi, Changelog * update the status of the COM janitorial projects -- James Hawkins Index: templates/en/janitorial.template === RCS file: /home/wine/lostwages/templates/en/janitorial.template,v retrieving revision 1.

spam

2005-01-21 Thread Tom
Unofficial guide for running eXeem under Linux! http://exeem-linux.solaris.name/index.php And Wine is used ofcourse. Tom

Re: [d3drm] Adds a header, and corrects a typo

2005-01-21 Thread Tom
Ivan Leo Puoti wrote: Peter Berg Larsen wrote: + * Copyright (C) the Wine project Please use your own name here, Wine is not a legal entity and cat' own copyright, just as it can't own a building or a car, so this copyright notice doesn't make much sense. If you don't want to use your name use s

Re: MSI: indentation and style cleanup

2005-01-21 Thread Michael Stefaniuc
Alexandre Julliard wrote: Mike McCormack <[EMAIL PROTECTED]> writes: I thought that crashing on out of memory conditions was a valid method of error handling in the Julliard handbook of coding, so I removed a pointless check :) If we're going to mandate proper checking of memory allocation, then w

Re: Oracle - unixODBC - wine - Win32 ODBC Apple

2005-01-21 Thread MediaHost (TM)
I used to connect with native win32 ODBC  and Oracle ODBC drivers to a Oracle serverhow about that? Why use unixODBC for wine? Martin HEIN wrote: Hi folks, I'm trying to connect some of our proprietory corporate Windows-based applictions via ODBC to our Oracle database by following a

Re: How to create an ODBC DSN

2005-01-21 Thread Bill Medland
On January 21, 2005 02:46 am, Martin HEIN wrote: > Hi folks, > > How can I use my working unixODBC DSN under wine, or how can I create a > working Windows-based ODBC DSN using an underlying unixODBC DSN? It should "work" automatically. However you may need to look out for problems not associated w

Re: Oracle - unixODBC - wine - Win32 ODBC Apple

2005-01-21 Thread Bill Medland
On January 21, 2005 02:26 am, Martin HEIN wrote: > Hi folks, > > I'm trying to connect some of our proprietory corporate Windows-based > applictions via ODBC to our Oracle database by following as stated in > the Wine User's Guide, Using ODBC, but it's to no avail! :( > > I have setup > > * O

Re: Help debugging Fotowire

2005-01-21 Thread Antti Mäkelä
On Friday 14 January 2005 23:31, Antti Mäkelä wrote: > I'm trying to get a (Win or Mac) software from my local photo printing > to work. Interesting. The software works perfectly with Crossover office. So at least it is *possible* to get it running under Linux :) -- - Antti Mäkelä - http:

Oracle - unixODBC - wine - Win32 ODBC Apple

2005-01-21 Thread Martin HEIN
Hi folks, I'm trying to connect some of our proprietory corporate Windows-based applictions via ODBC to our Oracle database by following as stated in the Wine User's Guide, Using ODBC, but it's to no avail! :( I have setup * Oracle 10g Instant Client for Linux 10.1.0.3 (/usr/local/oracle/10.1.0.

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > Looking at logs tells the user nothing except that there's a > problem. The only way to figure out why the message is there is to > look at the code, and it should be pretty obvious if it's a stub or > not. Well no, it's not always obvious, and there r

Re: [OLE #48] Restructure Unmarshaling Code

2005-01-21 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > Changelog: > - Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy manager not to > pass an outer unknown to IRpcProxyBuffer_CreateProxy. > - Move the low-level unmarshaling code into a new function, > unmarshal_object, so that it can be easily reuse

Re: MSI: indentation and style cleanup

2005-01-21 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > I thought that crashing on out of memory conditions was a valid method > of error handling in the Julliard handbook of coding, so I removed a > pointless check :) > > If we're going to mandate proper checking of memory allocation, then > we need to mak

How to create an ODBC DSN

2005-01-21 Thread Martin HEIN
Hi folks, How can I use my working unixODBC DSN under wine, or how can I create a working Windows-based ODBC DSN using an underlying unixODBC DSN? Cheers, Martin -- T-Mobile Austria GmbH Ing.Martin HEIN Information Technologies / Services Knowledge

Re: dlls/comctl32/status.c

2005-01-21 Thread Alexandre Julliard
Ge van Geldorp <[EMAIL PROTECTED]> writes: > Changelog: > Gunnar Dalsnes <[EMAIL PROTECTED]> > STATUSBAR_SetTextT: > - ntext wasn't freed on return if text was unicode > - part->text was allways freed, but if the previous style was SBT_OWNERDRAW, > part->text would contain 32bit data (

Re: MSI: indentation and style cleanup

2005-01-21 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > -if(szFilePath) { > +if( szFilePath ) > +{ > len = MultiByteToWideChar( CP_ACP, 0, szFilePath, -1, NULL, 0 ); > szwFilePath = HeapAlloc( GetProcessHeap(), 0, len*sizeof(WCHAR) ); > -if( !szwFilePath) > -

Re: Problems starting regedit without a .wine directory

2005-01-21 Thread Michael Jung
On Friday 21 January 2005 18:32, you wrote: > We don't call any activation context functions in Wine, which suggests > that you are using some native dlls. Could you run with +loaddll? ... trace:loaddll:load_dll Loaded module L"Z:\\home\\mjung\\comctl32.dll" : native ... I had a comctl32.dll lay

Re: we just hit the 1 MB mark!!

2005-01-21 Thread Hiji
--- Tom <[EMAIL PROTECTED]> wrote: > Hello, > > Looks as if we just hit the 1 MB mark in wine-cvs > commits > for the first time. :-) > > Tom > I don't know about you guys, but as end-user and advocate of Wine, this rings good news to me. It tells me more people are gaining interest and gett

Re: Regression in update region handling

2005-01-21 Thread Maxime Bellengé
On Fri, 2005-01-21 at 19:14 +0100, Paul van Schayck wrote: > Hey, > > On Fri, 21 Jan 2005 18:47:58 +0100, Maxime Bellengà > <[EMAIL PROTECTED]> wrote: > > This patch introduced regressions : > > > > Moved update region handling to the server > > http://cvs.winehq.org/patch.py?id=14725 > > A mult

Re: Regression in update region handling

2005-01-21 Thread Paul van Schayck
Hey, On Fri, 21 Jan 2005 18:47:58 +0100, Maxime Bellengé <[EMAIL PROTECTED]> wrote: > This patch introduced regressions : > > Moved update region handling to the server > http://cvs.winehq.org/patch.py?id=14725 A multi-windowed opengl application? I've got another multi-windowed opengl app as r

Re: Some general questions about test scripts

2005-01-21 Thread Hans Leidekker
On Friday 21 January 2005 16:57, Paul Vriens wrote: > ok( a < b | a == b | a > b, "Test failed\n"); > > So the question is how do we deal with the above? If the number of > possible 'correct' output is huge, what's the benefit of testing? a. It's still a useful test when you imagine Windows 2010

Regression in update region handling

2005-01-21 Thread Maxime Bellengé
Hello, This patch introduced regressions : Moved update region handling to the server http://cvs.winehq.org/patch.py?id=14725 Since this patch has been applied, I have an application with acts like a christmas tree :) The application has owner drawn objects everywhere. What I see is that every o

Re: Problems starting regedit without a .wine directory

2005-01-21 Thread Robert Shearman
Michael Jung wrote: Hi, if I start regedit on the current cvs version of wine without having a .wine directory in the users home directory I get the following console output: [EMAIL PROTECTED]:~$ rm -rf .wine [EMAIL PROTECTED]:~$ regedit wine: creating configuration directory '/home/mjung/.wine'

Some general questions about test scripts

2005-01-21 Thread Paul Vriens
Hi, I'm currently working on the shlwapi tests and I already put something out on wine-devel for that. I tried a test on several operating systems with different dll's (out-of-the-box installation, servicepacks, Windows Update) so the end result is I have several different outputs of the test. I

we just hit the 1 MB mark!!

2005-01-21 Thread Tom
Hello, Looks as if we just hit the 1 MB mark in wine-cvs commits for the first time. :-) Tom

Re: WINEDBG: add support to interrogate gdi objects

2005-01-21 Thread Ulrich Czekalla
I wrote this patch quite a while back in 2003. The db_disasm.c changes are not part of the original patch. I'm not sure where they come from. I'll update the patch as per your comments as soon as I get a chance and resubmit it. Thanks, /Ulrich On Fri, Jan 21, 2005 at 01:16:15PM +0100, Pouech Er

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Andreas Mohr
Hi, On Fri, Jan 21, 2005 at 08:41:18AM -0500, Dimitrie O. Paun wrote: > On Fri, Jan 21, 2005 at 04:54:29PM +0900, Mike McCormack wrote: > > - FIXME("(%x,%p,%d): stub\n", hdc, p, count); > ... > > + FIXME("%p %p %ld\n", hdc, p, count); > > Well, I must agree with Andy: there's no reason

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Dimitrie O. Paun
On Fri, Jan 21, 2005 at 04:54:29PM +0900, Mike McCormack wrote: > - FIXME("(%x,%p,%d): stub\n", hdc, p, count); ... > + FIXME("%p %p %ld\n", hdc, p, count); Well, I must agree with Andy: there's no reason to remove the 'stub' part, most of the code uses it, automated tools look for it,

Re: WINEDBG: add support to interrogate gdi objects

2005-01-21 Thread Pouech Eric DMI AEI CAEN
> Message du 21/01/05 04:10> > ChangeLog:> Ulrich Czekalla <[EMAIL PROTECTED]>> * add support to interrogate gdi objectsseveral comments: * the changes in db_disasm.c are not declared in the changelog. Morever, I don't see the need of passing an extra parameter in db_task_printsym as you don't nee

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Michael Stefaniuc
Mike McCormack wrote: Andreas Mohr wrote: + FIXME("%p %p %ld\n", hdc, p, count); This is a step backwards IMHO. It doesn't tell squat: the user doesn't know that this is a stub ("FIXME" what??), and he doesn't know that these are supposed to be the function parameters either (it could be any o

NTLMSSP authentication added to FreeDCE (requires Samba TNG, uses winbindd)

2005-01-21 Thread Luke Kenneth Casson Leighton
i _would_ announce this on the samba mailing lists but the samba team have placed some rather fascist censorship in place, and consider any posting that i make to any samba.org addresses to be "net abuse". i've just modified winbindd (written in 2000 by tim and andrew) to be able to use it to do N

Problems starting regedit without a .wine directory

2005-01-21 Thread Michael Jung
Hi, if I start regedit on the current cvs version of wine without having a .wine directory in the users home directory I get the following console output: [EMAIL PROTECTED]:~$ rm -rf .wine [EMAIL PROTECTED]:~$ regedit wine: creating configuration directory '/home/mjung/.wine'... fixme:advapi:C

Re: load_VDMX - is the check for bCharSet == -1 necessary?

2005-01-21 Thread Huw D M Davies
On Fri, Jan 21, 2005 at 03:49:33PM +1100, Troy Rollo wrote: > In dlls/gdi/freetype.c, load_VDMX refuses to process ratio records in which > bCharSet is 0. Looking at the meaning of bCharSet and the layout of the VDMX > table , I can see no > rat

Re: MSI: indentation and style cleanup

2005-01-21 Thread Mike McCormack
Alexandre Julliard wrote: Does your coding style also forbid proper error checking, or is there another reason for removing that check? I thought that crashing on out of memory conditions was a valid method of error handling in the Julliard handbook of coding, so I removed a pointless check :)

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Mike McCormack
Andreas Mohr wrote: + FIXME("%p %p %ld\n", hdc, p, count); This is a step backwards IMHO. It doesn't tell squat: the user doesn't know that this is a stub ("FIXME" what??), and he doesn't know that these are supposed to be the function parameters either (it could be any other variable debug pr

Re: fix the DEVELOPER-HINTS file to reflect how things are really done

2005-01-21 Thread Andreas Mohr
Hi, On Fri, Jan 21, 2005 at 04:54:29PM +0900, Mike McCormack wrote: > ChangeLog: > * fix the DEVELOPER-HINTS file to reflect how things are really done Did I miss something? > - FIXME("(%x,%p,%d): stub\n", hdc, p, count); > + BOOL WINAPI PolyBezierTo(HDC hdc, const POINT *p, DWORD count)

Re: dlls/comctl32/status.c

2005-01-21 Thread Mike McCormack
Ge van Geldorp wrote: diff -u -r1.69 status.c --- dlls/comctl32/status.c 9 Jan 2005 16:42:54 - 1.69 +++ dlls/comctl32/status.c 13 Jan 2005 09:05:24 - @@ -650,6 +650,7 @@ { STATUSWINDOWPART *part=NULL; BOOL changed = FALSE; +WORD oldStyle; That should be a DWOR

Re: Fix heap corruption in quartz server registration

2005-01-21 Thread Christian Costa
Hi Mike, Mike Hearn wrote: On Thu, 2005-01-20 at 20:32 +0100, Paul Vriens wrote: Sorry, didn't help. I'm going to try Rob's suggestions now. This patch fixes it for me. Thanks! :-) Mike Hearn <[EMAIL PROTECTED]> Fix heap corruption in quartz server registration, add some whitespace, break o