Internal error: exception: access violation

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
pjc30943
Posts: 220
Joined: 01 December 2005, 18:45 PM

Internal error: exception: access violation

Post by pjc30943 »

The error

Code: Select all

Internal error: exception: access violation
occurs when

Code: Select all

#end if
is accidentally used instead of

Code: Select all

#endif
The error could be more clear even though the mistake is obvious... Just a heads up, in the unlikely chance you're not aware of it.
Paul
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Internal error: exception: access violation

Post by dkinzer »

pjc30943 wrote:The error could be more clear [...].
The error message should be:

Code: Select all

Error: end-of-file reached with one or more open conditionals
I do get this error message with a simple test case so there is something more going on in your particular case. I would appreciate it if you could send me your project and source code or a test case that manifests the access violation.
- Don Kinzer
pjc30943
Posts: 220
Joined: 01 December 2005, 18:45 PM

Post by pjc30943 »

Interesting. I definitely do not get that error message. I'll try and reproduce the error with a test case.
Paul
Post Reply