以文本方式查看主题

-  Fortran中文网  (http://fortran.cn/bbs/index.asp)
--  Fortran语言开发经验交流  (http://fortran.cn/bbs/list.asp?boardid=3)
----  询问程序中的问题  (http://fortran.cn/bbs/dispbbs.asp?boardid=3&id=827)

--  作者:二毛同学
--  发布时间:2007/6/5 23:28:18

--  询问程序中的问题
程序运行后出现0xc0000005 access violation是什么意思啊

incrementally linked image--pc correlation disabled???????????


--  作者:lm_lxt
--  发布时间:2007/6/5 23:43:29

--  
severe(157): Program Exception - access violation

FOR$IOS_ACCVIO. The program tried to read from or write to a virtual address for which it does not have the appropriate access. Try recompiling with the /check:bounds and /warn:argument_checking options set, to see if the problem is an out-of-bounds memory reference or a argument mismatch that causes data to be treated as an address.

Other causes of this error include:

Mismatches in C vs. STDCALL calling mechanisms, causing the stack to become corrupted

References to unallocated pointers

Attempting to access a protected (for example, read-only) address


京ICP备05056801号