News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

__chkesp

Started by d0d0, June 18, 2009, 08:10:16 PM

Previous topic - Next topic

d0d0

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

ToutEnMasm


delet the /GZ  from the compiler

d0d0

aha! thanks ToutEnMasm :U