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 MailCore 2:
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 tomailcore2/Externals
.
- copy
bin
,include
andlib
folders tomailcore2/Externals
.
- copy
bin64
,include
andlib64
folders tomailcore2/Externals
.
- copy
bin
,bin64
,include
,lib
andlib64
tomailcore2/Externals
.
- In
Pre-built.2
, copydll
,include
andlib
tomailcore2/Externals
.
As a result, in Externals
folder, you should have the following folders: include
, lib
, lib64
, bin
, bin64
and dll
.
In mailcore2/build-windows/mailcore2
, using Visual Studio 2013, open mailcore2.sln
.
Then, build.
Public headers will be located in mailcore2/build-windows/include
.