cocos2d / cocos2d-x-3rd-party-libs-bin

197 stars 341 forks source link

websocket is compiled in debug mode #331

Open 1scaR1 opened 6 years ago

1scaR1 commented 6 years ago

websocket is compiled in debug mode and requires vcruntime140d.dll and ucrtbased.dll which are not distributed by vcredist package.

minggo commented 6 years ago

@PatriceJiang could you please check it?

PatriceJiang commented 6 years ago

okay

xrubio commented 5 years ago

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.