程式語言 - Visual C++ 6.0 - OutputDebugString



程式開發環境如果沒有支援Realtime Debug功能時,使用者可以考慮使用如下函式做訊息輸出

void OutputDebugString(LPCTSTR lpOutputString);

P.S. 輸出的訊息可以經由DbgView工具取得