Dacons LLP Mailit for C/C++ Version 1.0.8

Installation of Mailit for C/C++ (Windows)



The following steps describe an example of Mailit for C/C++ installation on Windows.
  • Unpack the archive, and copy the content to your projects location.

    For example: C:\My Projects\Mailit


  • Create the new project:





  • Add the library header files to your project (this step is not necessary, but will make the navigation through the included library files easier):



  • Open the project settings, and add the Mailit includes location in to the "Additional Include Directories" section of the project.

    For example: C:\My Projects\Mailit\include



  • Add the Mailit library location to the "Additional Library Directories" section of the project.

    For example: C:\My Projects\Mailit\lib


Proceed to the usage examples