Current location - Loan Platform Complete Network - Big data management - How to modify a DLL's project into an Exe executable for debugging purposes:
How to modify a DLL's project into an Exe executable for debugging purposes:
Just for ease of debugging?

No one would do this for ease of debugging. There are two common debugging methods, one is a special DLL tester tool; one is more common,

Add a project inside the same solution, this project is the exe program that calls all the functions of the dll, it can be a simple dialog box, it can be any simple interface adapted to the dll are ok