-
Error code translating
Hi
In the error window telling ‘This program has performed an illegal operation
when click on details button more info shows describing module name, its
address, registers, and so on. How do I read all the info? If my program
causes the error how do I know what is wrong?
Jan
-
Re: Error code translating
In general, you don't. All it really gives you are a couple of lines of
machine code, which probably won't help. If you have Visual Studio
installed, you can load that for debugging but that still may not be much
help.
Generally, I'm able to isolate errors like this by noting the module that
caused them and then trying to figure out what part of my program is making
them happen.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Jan" <j_michaluk@hotmail.com> wrote in message
news:3b321ec4$1@news.devx.com...
>
> Hi
> In the error window telling 'This program has performed an illegal
operation
> when click on details button more info shows describing module name, its
> address, registers, and so on. How do I read all the info? If my program
> causes the error how do I know what is wrong?
>
> Jan
>
-
Re: Error code translating
In general, you don't. All it really gives you are a couple of lines of
machine code, which probably won't help. If you have Visual Studio
installed, you can load that for debugging but that still may not be much
help.
Generally, I'm able to isolate errors like this by noting the module that
caused them and then trying to figure out what part of my program is making
them happen.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"Jan" <j_michaluk@hotmail.com> wrote in message
news:3b321ec4$1@news.devx.com...
>
> Hi
> In the error window telling 'This program has performed an illegal
operation
> when click on details button more info shows describing module name, its
> address, registers, and so on. How do I read all the info? If my program
> causes the error how do I know what is wrong?
>
> Jan
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|