这个图表明的函数的调用顺序,主要代码如下: 1 // MyAddin.cpp : Implementation of DLL Exports. 2 3 4 // Note: Proxy/Stub Information 5 // To merge the proxy/stub code into the object DLL, add the file 6 // dlldatax.c to the project. Make sure precompiled headers 7 // are turned off for this file, and add
改变窗口大小,恢复以前的大小
方法一。在OnSize消息事件中处理 最小化 SIZE_MINIMIZED, 最大化 SIZE_MAXIMIZED, 还原 SIZE_RESTORED,
VC6.0 安装问题
错误信息: Error spawning cl.exe 错误 今天安装 VC6.0 的时候出现了这个问题,后来在网上百度了一下,网友给出了答案,现在说说我的解决方案。 这个问题是因为 MSDEV 无法找到 cl.exe, 应