All the provided binaries are compiled in release mode. For the debug mode, you need to download the repositories and compile them.
In case you just need a binary build of libEtPan:
Also, you'll need all the dependencies, download the most recent binary builds in:
You'll need all the dependencies, download the most recent binary builds in:
- copy
include
,lib
andlib64
folders tolibetpan/third-party
.
- copy
bin
,bin64
,include
,lib
andlib64
tomailcore2/Externals
.
As a result, in Externals
folder, you should have the following folders: include
, lib
, lib64
, bin
and bin64
.
In libetpan/build-windows
, using Visual Studio 2013, open libetpan.sln
.
Then, build.
Public headers will be located in libetpan/build-windows/include
.