use regedit at the beginning of your script to set the AeDebug key to a "" string (and you should have saved the key value before), and restore it at the end of your script
> Message du 31/03/05 08:47> De : "Cal Pierog" <[EMAIL PROTECTED]>> A : wine-devel@winehq.org> Copie à : > Objet : Wine Debugg
I am trying to write a script which, at one point, needs to run the wine
test suite, accomplished with:
make -k test
Even though this skips over bad tests, it does not prevent the debugger
from kicking in every once in a while and asking for user input. I would
like this script to be robust eno
On Wed, 30 Mar 2005 14:10, Dmitry Timoshkov wrote:
> "Troy Rollo" <[EMAIL PROTECTED]> wrote:
> > > What app does depend on it?
> >
> > I can't name a specific app that depends on it already (other than
> > Windows login management processes),
>
> I wonder then how did you discover its existence and
On Sat, 26 Mar 2005, Phil Krylov wrote:
Hi,
I am using Gentoo with a linux kernel of 2.6.10 on a dual-Xeon 3.2ghz
64-bit system.
I am using Gentoo with 2.6.10 on 32-bit Athlon XP and don't have this
problem,
so I suppose it must be something with 64-bitness.
-- Ph.
Makes sense. Thanks.
Jonathan
Hannu Valtonen wrote:
Hi,
The following patch:
ChangeSet ID:15259
CVSROOT:/opt/cvs-commit
Module name:wine
Changes by:[EMAIL PROTECTED]2005/01/07 09:34:25
Modified files:
dlls/comctl32 : treeview.c
Log message:
Crestez Leonard <[EMAIL PROTECTED]>
Fix bug with Treevi
On 29 Mar 2005 21:03:27 +0200, you wrote:
> Rein Klazes <[EMAIL PROTECTED]> writes:
>
> > windows : scroll.c
> > dlls/user/tests : win.c
> >
> > If ScrollWindowEx is called with SW_SCROLLCHILDREN flags for a window
> > with a WS_CLIPCHILDREN style, then do not use the DCX_USESTYL
Michael Jung <[EMAIL PROTECTED]> writes:
> When a context is released, the corresponding heap based struct variable is
> zero'ed before being released. When the CryptDestroyHash function is called,
> the corresponding context is checked if it was already being zero'ed out.
> Note that a heap lo
Hans Leidekker <[EMAIL PROTECTED]> writes:
> int _chsize(int fd, long size)
> {
> -FIXME("(fd=%d, size=%ld): stub\n", fd, size);
> -return -1;
> +DWORD cur, pos;
> +HANDLE handle;
> +BOOL ret = FALSE;
> +
> +TRACE("(fd=%d, size=%ld)\n", fd, size);
> +
> +LOCK_FILES();
Am Wed, Mar 30, 2005 at 11:34:59PM +1200 schrieb Wesley Parish:
> I get this response when I try to install the VCToolkit.
>
> [EMAIL PROTECTED] wine-hdd]$ wine ./VCToolkitSetup.exe
> Warning: the specified Windows directory L"C:\\windows" is not accessible.
> Warning: the specified System directo
Hello,
Tobias Burnus wrote:
I try to run a freshly installed Origin6.0 with 20050310, but it shows
only the splash window and crashes then. Using the previous release
20050211 it runs just fine.
I tracked it down to
http://www.winehq.org/hypermail/wine-cvs/2005/02/0506.html
Modified files:
Ferenc Wagner wrote:
ChangeLog: Ask for a tag if one was not given on the command line.
This patch depends on sizeof(int)==sizeof(char*) for
returning the buffer address from the dialog. If it should
be done differently, please tell me how.
Use DialogBoxParam.
Rob
"Hans Leidekker" <[EMAIL PROTECTED]> wrote:
> int _chsize(int fd, long size)
> {
> -FIXME("(fd=%d, size=%ld): stub\n", fd, size);
> -return -1;
> +DWORD cur, pos;
> +HANDLE handle;
> +BOOL ret = FALSE;
> +
> +TRACE("(fd=%d, size=%ld)\n", fd, size);
> +
> +LOCK_FILES()
I get this response when I try to install the VCToolkit.
[EMAIL PROTECTED] wine-hdd]$ wine ./VCToolkitSetup.exe
Warning: the specified Windows directory L"C:\\windows" is not accessible.
Warning: the specified System directory L"C:\\windows\\system" is not
accessible.
Warning: could not find DOS
13 matches
Mail list logo