Installation


Introduction

Download

Tutorial

Installation

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Installation

Install CliPP somewhere on your hard disk, %CLIPP_DIR% (for example CLIPP_DIR = C:\projects)
You then need to add the following directories:

Tools|Options|Directories|Include files
%CLIPP_DIR%\CLIPP
%CLIPP_DIR%\CLIPP\MINI_BOOST

Boost users

If you already have BOOST installed, you can use your version of boost UNLESS you are using Visual Studio 6 or Visual Studio 7.0. MINI_BOOST contains a patch to SPIRIT trees for these compilers that has not been accepted into SPIRIT yet (because it breaks compatibility with Borland and old GCC compilers)

Tools|Options|Directories|Library files
%CLIPP_DIR%\CLIPP\LIBS\LIB

Tools|Options|Directories|Executable files
%CLIPP_DIR%\CLIPP\LIBS\BIN

You also need to add to your Path:
%CLIPP_DIR%\clipp\libs\bin

Building CliPP

The CliPP workspace lies here:
%CLIPP_DIR%\clipp\libs\clipp\build\VisualStudio\boost_clipp.dsw

You need to build:
boost_clipp
boost_javascript
In that order.

You will find example projects here:
%CLIPP_DIR%\clipp\libs\examples

For all new projects, remember to:

Enable Run-Time Type Informaion (RTTI)
Use run-time library:
    Debug Multithreaded DLL  for debug and
    Multithreaded DLL              for release 

Project hosted by
SourceForge.net Logo