491818278 wrote: > I have a file compiled by the compiler without errors or warnings, but when > I executed it the compiler say > "[main] C:\a.exe 1000 (0) handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > > [main] a 1000 (0) handle_exceptions: Dumping stack trace to a.exe.core " > I wonder what does it mean? I hope there is someone who can tell me the > meaning.Thanks a lot.
Access violations usually occur when you attempt to use pages of memory your program does not own. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
