添加一个combo控键后debug总是弹出错误提示?
添加了一个combo控键后,程序总是弹出错误对话框,显示信息如下:
Debug Assertion Failed!
Program:c:\12.exe
File:afx.inl
Line:122
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
问题是根本没这个文件afx.inl,我一步步测试检查时,发现,在添加combo控键后给其定义变量的时候就会出现错误提示,我添加的变量是Control类型的.不知道哪里错了,急许帮助。