Hi,
I'm developping on an eval version LabWindonws/CVI 2017. I close to activate the software, but I don't know which version to chose (Base package or Full Development System).
I saw here that all windows SDK are not avaible depending on the version choosed.
I know that in the future I'll need to use websocket, and Windows SDK propose a specific library for this matter.
Does it means that eval version and base version can't support this lib ? Because I can find it there (C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64) and the header file is already added in NI installation files (C:\Program Files (x86)\National Instruments\Shared\MSDTRedistributables\SDKHeaderFiles\8.1)
But when I add the header and library file to the project it doesn't work. The error I get is unknown type name 'WEB_SOCKET_HANDLE'. Although it's declared on line 34 of the header file
Will it work with Full Development System ?