網頁

2015年2月10日 星期二

[MPC-HC] Notes for MPC-HC

 

MPC-HC 是一套在 Windows 平台上的 open source 的 media player. 以下是執行檔下載連結

http://mpc-hc.org/downloads/

我們的重點是 open source. 既然是 open source, 那就會需要下載 source code. source code 的下載路徑在同一個頁面. 可以透過 git 下載. 獨立的 source package 在以下頁面的右邊可以找到. 就是那個 “Down ZIP” 的按鍵.

https://github.com/mpc-hc/mpc-hc

下載完, 解開, 用 Visual Studio 打開. 卻沒有辦法完成 build. 因為它需要用到 Visual Studio 2013 的開發環境. 我現在用的是 2010.

等搞定 Visual Studio 2013 再來繼續囉.

2015年2月8日 星期日

[Visual Studio 2010] TRACE shows nothing on output window

 

TRACE 這個 macro (巨集), 在追蹤程式, 偵錯的時候, 非常好用. 但是 Visual Studio 2010 預設的狀況是沒有作用的. 必需要自己打開.

在 Tools/Options/Debugging/General/

取消 “Redirect all Output Window text to the Immediate Window”, 然後 rebuild, 就可以在 “Output Window” 看到 TRACE 的訊息.

 

image