libcurl

https://curl.haxx.se/download.html

Version 7.68.0

License MIT/X

Used for remote in DataEase PRISM

New need no extras, just open in x86 Native Tools Command Prompt for VS2019 and:
Debug
\Projects\rprism\curl-7.68.0\winbuild>nmake /f Makefile.vc mode=dll DEBUG=yes

Release
\Projects\rprism\curl-7.68.0\winbuild>nmake /f Makefile.vc mode=dll

Then locate the builds directory and do a winmerge between
libcurl-vc-x86-debug-dll-ipv6-sspi-winssl 
libcurl-vc-x86-release-dll-ipv6-sspi-winssl
and the same directories found under curllib in the soulution

Then make sure to rebuild deroot in DataEase.sln and remotelookup in DEServer.sln


Needed to turn of IDN off DataEase build for 8.5 using VS2005, can remain on in DG3, 8.6, LegEasy and server

Debug
\Projects\rprism\curl-7.49.0\winbuild>nmake /f Makefile.vc mode=dll VC=8 ENABLE_IDN=no DEBUG=yes

Release
\Projects\rprism\curl-7.49.0\winbuild>nmake /f Makefile.vc mode=dll VC=8 ENABLE_IDN=no