If you receive a memory.cpp error message, the cause is almost always an error in the code of the DLL, such as writing past the end of the memory allocated for an array.
Do u call DLL or use external code?
没有啊,但我用了一个全局变量中的两个数组做为数据读写的两个缓冲区,其中一个是多写一读,另一个是一写多读,是不是多写竞争?或其它原因,有没有解决方案???如果是数组越界,如何解决???
谢谢
帖子被abu78626在08-15-2005 06:42 AM时编辑过了