html5-img
1 / 35

電腦遊戲程式設計 軟體安裝

電腦遊戲程式設計 軟體安裝. 靜宜大學資工系 蔡奇偉 副教授 2006. 目錄. 安裝 Microsoft Visual C++ 2005 Express 安裝 Microsoft Platform SDK 安裝 Microsoft DirectX SDK 設定 Microsoft Visual C++ 2005 Express. 軟體下載. 本文件說明的軟體如下:可在以下網址取得: Microsoft Visual C++ 2005 Express Platform SDK DirectX SDK vc2005expmod.zip

masato
Download Presentation

電腦遊戲程式設計 軟體安裝

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 電腦遊戲程式設計軟體安裝 靜宜大學資工系 蔡奇偉 副教授 2006

  2. 目錄 • 安裝 Microsoft Visual C++ 2005 Express • 安裝 Microsoft Platform SDK • 安裝 Microsoft DirectX SDK • 設定 Microsoft Visual C++ 2005 Express

  3. 軟體下載 • 本文件說明的軟體如下:可在以下網址取得: • Microsoft Visual C++ 2005 Express • Platform SDK • DirectX SDK • vc2005expmod.zip • 它們可以在以下的網頁取得:http://www.cs.pu.edu.tw/~tsay/course/gameprog/download/

  4. VC++ 2005 Express 下載所得的 VC.iso 是一個光碟印像檔。你可以用光碟燒錄軟體(如 Nero)將其燒成光碟,或用 Alcohol 120% 之類的軟體直接掛載在虛擬光碟機中。 插入光碟(或掛載光碟印像檔)後,應該會自動執行安裝程式,否則,請執行光碟中的 Setup.exe 程式。 請按照以下畫面所示的步驟進行安裝。

  5. Step 1: 按 Next

  6. Step 2: 1 2

  7. Step 3: 按 Next

  8. Step 4: 按 Install

  9. Step 5: 安裝進行中

  10. Step 5: 安裝完成後,按 Exit

  11. 安裝完成後,請先執行 VC++ 2005 一次來進行軟體的初始化。以下是 VC 2005 開啟之後的畫面: 先關閉 VC++,再進行下面的安裝程序。

  12. 安裝 Platform SDK 下載所得的 5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img是一個光碟印像檔。你可以用光碟燒錄軟體(如 Nero)將其燒成光碟,或用 Alcohol 120% 之類的軟體直接掛載在虛擬光碟機中。 插入光碟(或掛載光碟印像檔)後,應該會自動執行安裝程式,否則,請執行光碟中的 Setup.exe 程式。 請按照以下畫面所示的步驟進行安裝。

  13. Step 1: 按 Next

  14. Step 2: 2 1

  15. Step 3: 填寫個人資料 1 2

  16. Step 4: 1 2

  17. Step 5: 選擇安裝資料夾

  18. Step 6: 按 Next

  19. Step 7: 按 Next

  20. Step 8: 按 Next

  21. Step 9: 安裝進行中

  22. Step 10: 安裝完成後,按 Finish

  23. 安裝 DirectX SDK 執行下載所得的檔案 dxsdk_feb2006.exe 會先自動解壓縮,然後再進行安裝。 請按照以下畫面所示的步驟進行安裝。

  24. Step 1: 按 Next

  25. Step 2: 2 1

  26. Step 3: 按 Next

  27. Step 4: 安裝進行中

  28. Step 5: 安裝完成,按 Finish

  29. 設定 Microsoft VC++ 2005 Express Step 1: 取代原有的設定檔 下載並解壓縮 vc2005expmod.zip 之後,把其中的兩個檔案複製至以下的資料夾中,取代原來的檔案: corewin_express.vsprops: 資料夾:C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults\ AppSettings.htm: 資料夾: C:\Program Files\Microsoft Visual Studio 8\VC\VCWizards\AppWiz\ Generic\Application\html\1033\

  30. Step 2: 設定 VC++ 的資料夾 • 啟動 VC++ • 選取 Tools 功能表中的 Options… 指令 • 選取 Options 視窗左方 Projects and Solutions 下的 VC++ Directories 頁面。 完成之後的視窗畫面如下:

  31. 1 3 2 Step 2a: • 選取 Executable files 頁面 • 點選 New line 圖像 • 在新增的文字行中輸入:C:\Program Files\Microsoft Platform SDK\Bin

  32. Step 2b: • 選取 Library files 頁面 • 點選 New line 圖像兩次 • 在新增的兩行文字行中輸入:C:\Program Files\Microsoft DirectX SDK (February 2006)\Lib\x86C:\Program Files\Microsoft Platform SDK\lib 註:若以上路徑已經設定,則不必再加入 1 3 2

  33. Step 2c: • 選取 Include files 頁面 • 點選 New line 圖像兩次 • 在新增的兩行文字行中輸入:C:\Program Files\Microsoft DirectX SDK (February 2006)\IncludeC:\Program Files\Microsoft Platform SDK\include 註:若以上路徑已經設定,則不必再加入 1 3 2

  34. Step 2d: 按 OK 完成 VC++ 的目錄設定。

  35. 結束 完成上述的安裝與設定程序之後,你就可以開始使用 Visual C++ 2005 Express 來發展 Windows 與 DirectX 9 的應用程式。

More Related