搜索资源列表
localsoft
- 一个获取本机安装软件的vc例子,再改进一下就可以卸载软件-For the installation of a software vc example, and then click on the improvement of the software can be uninstalled
tstdll
- 最简单的dll编写及调用,理解调用的过程以及卸载的过程,因为dll没有输出直接的方式,一般需要辅助调试工具,比如deugview的支持,-a sample test program for vc++ dll ,print result to debugview
vsFakeLeakTest
- 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t