Debugged Program Window Won't Close

前端 未结 7 1623
闹比i
闹比i 2021-01-18 00:27

I\'m using VS 2008 on a 64-bit XP machine. I\'m debugging a 32-bit C++ DLL via a console program. The DLL and EXE projects are contained in the same SLN so that I can modify

7条回答
  •  Happy的楠姐
    2021-01-18 01:13

    I've definitely seen oddities with handles not being released and task manager not working right. I've found that Process Explorer does a good job and figuring out what's going on with orphaned windows, file locks, and generally odd behavior that happens.

提交回复
热议问题