这是为什么,程序我查了,没有什么问题。
付上原程序。
请大师们帮我看看。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
从error log上推测,可能是你在程序里面做的某个计数累加部分出现了数值越界,65535是UINT类型的变量定义上限,查查看有没有相关的参数定义。另,error log的第二行的提示信息:line 314,能定位到这行位置么