Thread: Error being masked in XE8
 |
This question is not answered.
Helpful answers available: 2.
Correct answers available: 1.
|
|
Replies:
2
-
Last Post:
Jul 26, 2016 7:21 AM
Last Post By: david hoke
|
|
|
Posts:
81
Registered:
12/4/15
|
|
Hi all,
XE8 seems to mask an access violation error in my app.
If I run my app through XE8 no errors take place.
If I run my app outside XE8 I get this error:
Access violation at address 0E9048BE in module "Mylibrary.dll"
What setting do I need to change in XE8 so the error is trapped ?
Thanks
|
|
|
Posts:
616
Registered:
2/9/07
|
|
Fred Smith wrote:
Hi all,
XE8 seems to mask an access violation error in my app.
If I run my app through XE8 no errors take place.
If I run my app outside XE8 I get this error:
Access violation at address 0E9048BE in module "Mylibrary.dll"
What setting do I need to change in XE8 so the error is trapped ?
Thanks
You could check (rs2007 based) tools/options/debuggeroptions/
language exceptions
native exceptions <==probably this one
to see if that one has been ignored...
|
|
|
|
Posts:
616
Registered:
2/9/07
|
|
david hoke wrote:
You could check (rs2007 based) tools/options/debuggeroptions/
language exceptions
well, I didn't look carefully - more likely it might be masked under
teh 'language exceptions' branch...
native exceptions <==probably this one
to see if that one has been ignored...
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us