Silverfrost Forums

Welcome to our forums

Checkmat/code checking with binary data

11 May 2009 6:31 #4563

I'm trying to use the extended diagnostics of /check. I can't use /checkmate or /undef as I have binary data which throws up undefined errors when I have valid data. I also seem to be hitting the same problem with /check when I have a function parameter that has some binary data within it. Is there any way I can sensibly use any of these diagnostic switches when I have binary data around? They're of limited use if I can't 😢

Thanks, Alan

11 May 2009 6:39 #4565

Ah, just found /inhibit_check - now which one of these will stop it complaining when trying to pass a parameter containing apparently undefined data ? Is it okay to add a /inhibit_check to a single file in my program ?

12 May 2009 9:19 #4574

You can use /inhibit check on a single file. The number you need might be 6 or 5. Create a deliberate error and try these values. The range of inhibit values is 1 to 14.

Please login to reply.