Home > Software engineering >  VS2017 after loading a lib, resulting in the debug mode of DLG unable to exit the program
VS2017 after loading a lib, resulting in the debug mode of DLG unable to exit the program

Time:11-23

Create a new project dialog box, the compiled directly F5 debug mode, the result can't quit!!!!!! Card in the final, I don't what's going on? For the first time meet,
# pragma comment (lib, ". \ \ Debug \ \ log4cplusUD lib ")

Is the use of the log logging class a demo project, the latest version of log4cplus - 2.0.4, UNICODE debug compiled lib, DLL copied to my demo project debug output directory, and then I'm stdafx. H load about the lib files, cannot be pulled out, didn't do any code,,,

This is what situation? Have a friend using this library?

CodePudding user response:

This has something to do with the environment, and the library have conflict, cause the process to wait for the task processing to the end of the DLG,
There is a bad practice, is a time when app exit the program directly kill off process,

CodePudding user response:

Likely to die in this lib

CodePudding user response:

reference 1st floor fly0413 response:
this has something to do with the environment, and the library have conflict, cause the process to wait for the task processing to the end of the DLG,
There is a bad practice, is a time when app exit the program directly kill off process,

Well, may be the LIB code has a bug, I download the latest version of the compiled using no problem, software bugs, estimation is,

CodePudding user response:

refer to the second floor kuangbao9 response:
likely to die in the lib

This was the first case does not exit lib, how can a dead load leads to card,
Well, may be the LIB code has a bug, I download the latest version of the compiled using no problem, software bugs, estimation is,
  • Related