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,