Re: COBJMACROS patch 3

2004-09-30 Thread Dmitry Timoshkov
"Francois Gouget" <[EMAIL PROTECTED]> wrote: > COBJMACROS is very C unfriendly as it requires the caller to define it > if it wants to use COM objects. The following check is much better as > it does the right thing automagically: > > #if !defined (__cplusplus) || defined(CINTERFACE) > > So for

RE: SystemFunction006

2004-09-30 Thread Rolf Kalbermatter
Hans Leidekker wrote: +NTSTATUS WINAPI SystemFunction006( LPCSTR password, LPSTR hash ) +{ +unsigned char buffer[16]; + +hash = CRYPT_LMhash( buffer, password, strlen(password) ); + +return STATUS_SUCCESS; +} I don't think this will work properly. The returned pointer from CRYPT_LMHas

Re: WINEDLLOVERRIDES for all dlls?

2004-09-30 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: >> The Win95 advapi32 cannot work, but the NT one can. > > Is there ever a time when we would want to use the native NT advapi32? There might be, yes. > I just sent a patch to make sure only the builtin advapi32 gets > loaded, so that probably won't be

Re: ez-cdda sleep

2004-09-30 Thread Robert Shearman
Mike Hearn wrote: On Thu, 2004-09-30 at 17:37, James Hawkins wrote: err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 and that is repeated until I terminate it. Wierd. That

Re: ez-cdda sleep

2004-09-30 Thread Mike Hearn
On Thu, 2004-09-30 at 17:37, James Hawkins wrote: > err:thread:GetThreadContext Eip: e410 > err:thread:GetThreadContext Eip: e410 > err:thread:GetThreadContext Eip: e410 > err:thread:GetThreadContext Eip: e410 > > and that is repeated until I terminate it. Wierd. That value of EIP

Problems with MSI installer

2004-09-30 Thread Joaquín Fernández
Hello I am trying to install an EXE file packed with MSI. I installed InstMsiA before running the program, but the installer don't finish, stay in endless loop when copying the files, and progress bar is over 70%. I put WINEDEBUG=trace+all and show PENDING() when the installer stop. I ran wine wi

Re: WINEDLLOVERRIDES for all dlls?

2004-09-30 Thread James Hawkins
> The Win95 advapi32 cannot work, but the NT one can. Is there ever a time when we would want to use the native NT advapi32? I just sent a patch to make sure only the builtin advapi32 gets loaded, so that probably won't be committed if this is the case. On Thu, 30 Sep 2004 10:16:26 -0700, Alexan

taking a stab at analyzing a debug log

2004-09-30 Thread James Hawkins
Hi, I've been trying to get Easy CD Extractor to work for a while now, and the program ezcddax.exe is having some weird (possibly) scheduling and threading problems, so in the meantime I've looked at some of the other exe's that Easy Cd Extractor installed. One such exe is burn.exe. When I run t

Re: WINEDLLOVERRIDES for all dlls?

2004-09-30 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > err:vxd:VMM_VxDCall Using the native Win95 advapi32.dll is no longer supported. > err:vxd:VMM_VxDCall Please configure advapi32 to builtin. > > If we don't want any user using a native advapi32.dll no matter what > the circumstances, shouldn't the defaul

winetest fails enumerating test files

2004-09-30 Thread Saulius Krasuckas
It shows some message-box telling: "Can't enumerate test files: 1813" Greping programs/winetest/main.c gives: |report (R_STATUS, "Counting tests"); |if (!EnumResourceNames (NULL, MAKEINTRESOURCE(TESTRES), |EnumTestFileProc, (LPARAM)&nr_of_files)) |report

Re: ez-cdda sleep

2004-09-30 Thread James Hawkins
oops after moving the ERR() to after the server RPC, this is what we get: err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 err:thread:GetThreadContext Eip: e410 and that is repeated until I terminate it. On Thu, 30

Re: ez-cdda sleep

2004-09-30 Thread Mike Hearn
On Thu, 2004-09-30 at 16:33, James Hawkins wrote: > I added the ERR output to GetThreadContext and the results are: > > err:thread:GetThreadContext Eip: 0 > err:thread:GetThreadContext Eip: 0 > err:thread:GetThreadContext Eip: 0 > err:thread:GetThreadContext Eip: 0 > > and this continues until I

Re: ez-cdda sleep

2004-09-30 Thread James Hawkins
I added the ERR output to GetThreadContext and the results are: err:thread:GetThreadContext Eip: 0 err:thread:GetThreadContext Eip: 0 err:thread:GetThreadContext Eip: 0 err:thread:GetThreadContext Eip: 0 and this continues until I break out of the program with ctrl-c. On Thu, 30 Sep 2004 15:27:

Re: WINEDLLOVERRIDES for all dlls?

2004-09-30 Thread Mike Hearn
> If we don't want any user using a native advapi32.dll no matter what > the circumstances, shouldn't the default override for advapi32 be > *advapi32=b (no matter whether it's in a config file or the registry > or whatever)? If the user is not using a config file, where are the > default override

Re: ez-cdda sleep

2004-09-30 Thread Mike Hearn
> I modified Sleep to do an ERR("USING MODIFIED SLEEP!\n") and then > added the check for timeout==64, set it to 3000, but it still calls > sleep over and over again without any progress. I even took out the > check for timeout==64 and just timeout to 3000 for the second test, > but I get the same

main menu bar problem

2004-09-30 Thread Attila Csosz
Hi, We developed an application under windows with borland cbuilder 5 and now we want run under linux with wine (not using an windows partition). We have tried with the latest version ( compiled and installed from CVS ) under "debian testing" linux distribution. This is mainly an opengl applica

Re: MSCMS: implement OpenColorProfile{A,W} and CloseColorProfile

2004-09-30 Thread Hans Leidekker
On Saturday 25 September 2004 20:29, Hans Leidekker wrote: > Changelog: > Implement color profile handles. > Implement OpenColorProfile{A,W} and CloseColorProfile. Is there anything wrong with this patch? -Hans

How to deal with C++ APIs in wine spec file

2004-09-30 Thread Dan Kegel
Jia L Wu ([EMAIL PROTECTED]) wrote: I have to write a spec file so that a winelib application can use a third party dll. The problem is that APIs in third party dll are written in C++. As c++ names and parameters are mangled, how can i call them in spec file? For example, how can I call a class con

Problems with SpamAssassin

2004-09-30 Thread Mike McCormack
Raphael is having some trouble sending mail to the lists winehq.org. Can we get him whitelisted? Mike --- Begin Message --- -- Forwarded Message -- Subject: Mail revenu en erreur / Undelivered Mail Returned to Sender Date: Thursday 30 September 2004 09:30 From: Mail Delivery