I am using vcpkg
to download cpprest
package, So i can use cpprest
in my project:
#include <cpprest/http_client.h>
#include <cpprest/filestream.h>
But after build my project, it will generate executable binary and also generate cpprest.dll
, LIBEAY32.dll
and SSLEAY32.dll
and zlib1.dll
in the Release folder
How to combile the dll into one executable ?