Page 1 of 1

OnError

Posted: Wed Jun 09, 2004 6:26 am
by batcherx
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

Posted: Wed Jun 09, 2004 8:55 am
by Fred
you need to get the new files here: www.purebasic.com/beta/ and install them in the PureBasic\PureLibraries\ directory