TheBugSlayer
Programmer
Guys,
this is something that has always puzzled me. How do you deal with the Access Violation errors?
My program was running just fine, made some changes the other day and suddenly I am not able to run it. Each time I try I get "Project XYZ faulted with message:'access violation at address 0x006b0167: write of address 0x006007f'. Process stopped. Use Step or Run to continue" and you know that neither Step nor Run work after that.
Now, what I need to know is how to use those addresses to determine which control is the one causing the problem. There is a CPU window with assembler coding and what seems to be a dump of something...How do I use all that information to fix my program?
Thank you very much.
this is something that has always puzzled me. How do you deal with the Access Violation errors?
My program was running just fine, made some changes the other day and suddenly I am not able to run it. Each time I try I get "Project XYZ faulted with message:'access violation at address 0x006b0167: write of address 0x006007f'. Process stopped. Use Step or Run to continue" and you know that neither Step nor Run work after that.
Now, what I need to know is how to use those addresses to determine which control is the one causing the problem. There is a CPU window with assembler coding and what seems to be a dump of something...How do I use all that information to fix my program?
Thank you very much.