I have a liltle problem.
When I close my application with X button I sometimes get this msg error:
The instruction at "0x5d321871 reference memory could not be "read"
In general, I'd advice you to study exactly when this happens, extract conclusions about the why based on this information.
Try out different things, play with your application. Especially try the things one normally would not do, as these situations are often the ones that generate the unpredicted bugs.
Once the error happens, start your application again and do exactly the same thing - does it generate the error again?
If so, you should now at least have some general idea as to where your code may be wrong.
I just want to say that I think I have solved the problem.
I have mutiple dll's. I load my libraries on the fly and unfortunately I had forgotten to add ShareMem in one of the Dlls uses clause.
Don't you just hate XPs friendly error messages? Telling you that the address could not be "read" or "written" like those words were slang for what's happening.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.