目前分類:vc++ (6)
- Apr 26 Sun 2009 13:11
minidump
- Apr 12 Sun 2009 13:16
使用低階方式存取各類型端口 for XP (inpout32.dll)
使用低階方式存取各類型端口 for XP (inpout32.dll)
http://tw.myblog.yahoo.com/gaptx/article?mid=747&prev=750&next=739
- Mar 29 Sun 2009 11:20
cleanMem
#A quick note on the API call itself. This is the same API used by Microsoft in its empty.exe in the Windows 2003 Resource kit. This is also the same api that all .Net programs use by default when you minimize them and their memory lowers. So now instead of being just for .Net, Cleanmem lets you use it on all your programs.
#
- Feb 28 Sat 2009 22:37
fix progress calculation in ProgressWnd.cpp:
fix progress calculation in ProgressWnd.cpp:
method CProgressWnd::SetPos
- Feb 28 Sat 2009 16:13
COleDispatchDriver/_variant_t
fix vc compiler error:
#include <afxdisp.h> /* // fix error C2504: 'COleDispatchDriver' : base class undefined # MFC Automation classes(for excel) right after "afxwin.h"//add to stdafx.h */