An attempt to read from or write to uncommitted memory causes an access violation.
任何试图对未提交的内存进行读写的操作都会导致访问异常。
An access violation means that somewhere, your code tried to access (read, in this case) memory that's not mapped to your program's address space.
代码访问违反意味着某个地方,试图访问(读,在这种情况下)内存不是映射到程序的地址空间。
An access violation means that somewhere, your code tried to access (read, in this case) memory that's not mapped to your program's address space.
代码访问违反意味着某个地方,试图访问(读,在这种情况下)内存不是映射到程序的地址空间。
应用推荐