"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
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
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
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
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
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
> 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
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
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
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
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
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
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:
> 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
> 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
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
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
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
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
19 matches
Mail list logo