Open 1scaR1 opened 6 years ago
@PatriceJiang could you please check it?
okay
I can confirm this bug as listed below: D:\dev>dumpbin /dependents uv.dll Microsoft (R) COFF/PE Dumper Version 14.16.27027.1 Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file uv.dll File Type: DLL Image has the following dependencies: ADVAPI32.dll IPHLPAPI.DLL PSAPI.DLL USER32.dll USERENV.dll WS2_32.dll KERNEL32.dll VCRUNTIME140D.dll ucrtbased.dll
The bug blocks any windows user installation as the binary generated by cocos2d-x will not work on any computer where Visual Studio has not been installed.
websocket is compiled in debug mode and requires vcruntime140d.dll and ucrtbased.dll which are not distributed by vcredist package.