.Compiler Directives

Category: Debug

Date: 02-16-2022

Return to Index


 
#Compile EXE
#Dim All
%Unicode=1
'#Debug Error On     'catch array/pointer errors - OFF in production
'#Debug Display On   'display untrapped errors   - OFF in production
'#Tools On          'use ON only when needed for Trace/Profile/CallStk
#Include "Win32api.inc"
#Resource "gbsnippets.pbr"
 
'gbs_00436
'Date: 03-10-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm