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