C++
Last updated
Last updated
C++是基於Visual Studio編寫的。
ProudNet安裝資料夾的include資料夾中有ProudNetServer和ProudNetClient頭檔。
從 Server 專案匯入 ProudNetServer 頭文件,從 Client 專案匯入 ProudNetClient 頭文件,從 Common 專案匯入 ProudNetCommon 頭檔。
位置 | 檔案名稱 |
---|---|
Project | HeaderFile |
Server | ProudNetServer.h |
Client | ProudNetClient.h |
Common | ProudNetCommon.h |
每個專案屬性所包含的庫資料夾的路徑都不同,您必須為Debug和Release屬性設定路徑。
請不要無條件使用下面的路徑,而是根據ProudNet實際安裝的目錄和各個環境來設定。 請參閱下載和安裝以了解按體系結構和平台劃分的庫路徑。
將上述過程應用於適用於客戶端和伺服器專案的 lib 檔案。