-
複製 DLL 檔案
- 將
MathLibraryTest/MathLibrary.dll
複製到C:\Windows\System32
- 將
-
啟動開發環境
- 以 系統管理員 權限啟動
x64 Native Tools Command Prompt for VS 2022
- 以 系統管理員 權限啟動
-
移動至專案目錄
cd MathLibraryTest
-
編譯程式
- 執行以下指令進行編譯:
cl MathLibraryTest.cpp
- 執行以下指令進行編譯:
-
執行產生的應用程式
- 編譯成功後,執行產生的
.exe
檔案。
- 編譯成功後,執行產生的