Home > Mobile >  After QT calls. DLL can run cannot debug (ECanVci. DLL)
After QT calls. DLL can run cannot debug (ECanVci. DLL)

Time:09-27

Under Windows with Q5.9.8, MinGW_32bit, QT Creator
Call the USBCAN dynamic link library ECanVci. DLL debugging CAN wrong

If the call CAN link library function CAN't debug,
Directly after the call link library function after operation there is no problem (debug/release is ok), but directly over the debug program,
No task an error message, and the program to add the qDebug () also does not have any output,
Such as the program directly print
19:19:30: was Debugging starts
19:19:40: was Debugging has finished
Seems to be not to run,

Is that what is going wrong?

CodePudding user response:

Is to use the USBCAN easyarm?

CodePudding user response:

This is the DEBUG mode lack some indirect dependent DLLS?

CodePudding user response:

reference 1st floor murphy_flush response:
is to use the USBCAN easyarm?


Is the USBCAN easyarm,

I know that generally DLL has two versions, such as *. DLL and * d.d ll, the former is the runtime, the latter is the debug library, but give me USBCAN * d.d ll

CodePudding user response:

It will not be able to debug debugging, estimate the library is the release version of the
  •  Tags:  
  • Qt
  • Related