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
delet the /GZ from the compiler
aha! thanks ToutEnMasm :U