開啟DirectX9舊版專案的設定

針對開啟DirectX9舊版專案問題做紀錄.
dxerr9.lib改dxerr.lib

https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/c8135636-f9fe-420d-9e88-f6b3bc22e042/error-c2062-type-float-unexpected?forum=vcgeneral

https://qiita.com/Nekonecode/items/3531f357343ad24cfd49

include連結及library連結
$(DXSDK_DIR)include;$(IncludePath)
$(DXSDK_DIR)lib\x86;$(LibraryPath)

link的lib將DxErr9.lib改為DxErr.lib
追加legacy_stdio_definitions.lib

將const float INFINITY = FLT_MAX;
改成const float INFTY = FLT_MAX;

winserver2016架設smartfox2X遇到的問題

針對在godaddy上買windows server 2016 並安裝smartfox2X時遇到的問題做些紀錄.

*注意ports衝突問題,使用下面指令可以知道什麼port是被什麼程式所使用
netstat:
-a 列出所有被使用的port
-b 列出使用該port的程式名稱
-o 列出使用該port的process id

IE11 允許下載:

 

 

在windows server 2016安裝與執行flash player:
https://blogs.technet.microsoft.com/bernhard_frank/2016/11/24/add-flash-player-to-server-2016/