OnError
Posted: Wed Jun 09, 2004 6:26 am
Onerror problem.
OnErrorGoto(?label) ; sample
label: ; code
Using PureBasic 3.91 Beta 1
...\PureBasic\Compilers\SystemBase.lib 18206 bytes (latest)
...\PureBasic\Examples\OnError\errordialog.pb
Enable inline ASM support checked
Enable OnError lines support checked
Compile/Run errordialog.pb gives link error:
POLINK: error: Unresolved external symbol '_PB_DEBUGGER_IncludedFiles'
POLINK: fatal error: 1 unresolved external(s).
What else do I need to make it work?
Also, clicking on OnErrorTest.pb in OnError section in Help file
shows 'The page cannot be displayed'.
THX
OnErrorGoto(?label) ; sample
label: ; code
Using PureBasic 3.91 Beta 1
...\PureBasic\Compilers\SystemBase.lib 18206 bytes (latest)
...\PureBasic\Examples\OnError\errordialog.pb
Enable inline ASM support checked
Enable OnError lines support checked
Compile/Run errordialog.pb gives link error:
POLINK: error: Unresolved external symbol '_PB_DEBUGGER_IncludedFiles'
POLINK: fatal error: 1 unresolved external(s).
What else do I need to make it work?
Also, clicking on OnErrorTest.pb in OnError section in Help file
shows 'The page cannot be displayed'.
THX