在这一行
GetDlgItem(ID_edit1)->SetWindowText("text1");
在 XP PC 的调试模式下,程序崩溃。它在发布模式下工作。此外,在 win 7 PC 上,它不会在调试或发布模式下崩溃。
我收到的错误消息:
debug assert failed! ... vsprintf.c
the Buffer is too small!
令我困惑的是为什么其他一些类似的编辑框能起作用。变量的类型为CEdit
。
在这一行
GetDlgItem(ID_edit1)->SetWindowText("text1");
在 XP PC 的调试模式下,程序崩溃。它在发布模式下工作。此外,在 win 7 PC 上,它不会在调试或发布模式下崩溃。
我收到的错误消息:
debug assert failed! ... vsprintf.c
the Buffer is too small!
令我困惑的是为什么其他一些类似的编辑框能起作用。变量的类型为CEdit
。