目前分類:vc++ (6)

瀏覽方式: 標題列表 簡短摘要

Trapping Bugs with BlackBox

Updated:26 May 2003

jauming 發表在 痞客邦 留言(0) 人氣()

使用低階方式存取各類型端口 for XP (inpout32.dll)

http://tw.myblog.yahoo.com/gaptx/article?mid=747&prev=750&next=739

jauming 發表在 痞客邦 留言(0) 人氣()

#include <windows.h>
#include <stdio.h>

jauming 發表在 痞客邦 留言(0) 人氣()

#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.

#

jauming 發表在 痞客邦 留言(0) 人氣()

fix progress calculation in ProgressWnd.cpp:
method CProgressWnd::SetPos

jauming 發表在 痞客邦 留言(0) 人氣()

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 */

jauming 發表在 痞客邦 留言(0) 人氣()