The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: d0d0 on June 18, 2009, 08:10:16 PM

Title: __chkesp
Post by: d0d0 on June 18, 2009, 08:10:16 PM
Hi,

Could someone tell me how to turn off stack verification in VS6. I've tried pragma check_stack(off) but it doesn't work :(. VS is chucking all sorts of garbage my proc, might as well write it in masm.

Thanks.

My appologies if this is the wrong place for this post
Title: Re: __chkesp
Post by: ToutEnMasm on June 19, 2009, 05:24:11 AM

delet the /GZ  from the compiler
Title: Re: __chkesp
Post by: d0d0 on June 19, 2009, 08:25:50 AM
aha! thanks ToutEnMasm :U