Page 1 of 1

Internal error: exception: access violation

Posted: 11 September 2009, 16:41 PM
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.

Re: Internal error: exception: access violation

Posted: 11 September 2009, 17:49 PM
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.

Posted: 15 September 2009, 16:24 PM
by pjc30943
Interesting. I definitely do not get that error message. I'll try and reproduce the error with a test case.