Re: Mysteriously changing variable

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Oleg Starodumov (com-dot-debuginfo-at-oleg)
Date: 12/07/04

  • Next message: David Lowndes: "Re: Hyperlink text in dialogs"
    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


  • Next message: David Lowndes: "Re: Hyperlink text in dialogs"

    Relevant Pages