出现错误:Debug assertion failed.
程序已经build成功,然后就run,然后在主界面窗口点击菜单"Initialize" 就弹出一个消息:
Debug assertion failed.
Program:f:\dd\vctools\crt_bld\self_x86\crt\fscanf.c
Line 52
Expression:(stream!=NULL)
然后我问了下程序作者,他说可能是 fscanf.c 文件的格式错误 an error in the format of the file.
想问问大家,这个格式指的是什么格式啊?是要用Unicode debug 吗?
[解决办法]
你这个显然是触发了fscanf文件里面断言啊