OnError

Just starting out? Need help? Post your questions and find answers here.
batcherx
New User
New User
Posts: 9
Joined: Mon May 24, 2004 5:34 am

OnError

Post 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
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

you need to get the new files here: www.purebasic.com/beta/ and install them in the PureBasic\PureLibraries\ directory
Post Reply