Debug Assertion Failed!
Program: F:\procedure\LIBS_GUI\LIBS_V3.0\x64\Debug\LIBS_V3.0.exe
File: f:\dd\vctools\crt\crtw32\misc\dbgdel.cpp
Program: F:\procedure\LIBS_GUI\LIBS_V3.0\x64\Debug\LIBS_V3.0.exe
File: f:\dd\vctools\crt\crtw32\misc\dbgdel.cpp

在使用QT进行串口编程时遇到调试报错,问题源于在link->input->附加依赖项中添加的是Qt5SerialPort.lib,这个库适用于release模式。在debug模式下,应改为Qt5SerialPortd.lib才能避免错误。
最低0.47元/天 解锁文章
1830

被折叠的 条评论
为什么被折叠?



