Re: Mysteriously changing variable
From: Oleg Starodumov (com-dot-debuginfo-at-oleg)
Date: 12/07/04
- Previous message: Nishant S: "Re: "Managed extensions" pinning question"
- In reply to: Altman: "Re: Mysteriously changing variable"
- Next in thread: Doug Harrison [MVP]: "Re: Mysteriously changing variable"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Dec 2004 10:47:39 +0200
> "Also compile the DLL with /GZ compiler option"
>
> Where is this option and what does it do?
>
This option helps to find problems that can sometimes lead to similar effects
(uninitialized local variables and calling convention mismatch)
http://msdn.microsoft.com/library/en-us/vccore98/html/vcrefgz(catchrelease-builderrorsindebugbuild).asp
This option can be set manually, in Project settings | C/C++ | Project options.
Regards,
Oleg
- Previous message: Nishant S: "Re: "Managed extensions" pinning question"
- In reply to: Altman: "Re: Mysteriously changing variable"
- Next in thread: Doug Harrison [MVP]: "Re: Mysteriously changing variable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|