在使用VC++6.0调试时,经常出现如下信息:
One or more breakpoints cannot be set and have been disabled.Execution will stop at the beginning of the program.
问题的主要原因是:没有将程序设置成Win32 Debug状态。
在动态链接库程序中,设置相应的Debug状态即可。
更多技术文章请参看施昌权的个人网站:
http://www.joyvc.cn