contents   index   previous   next



Add ScriptEase compiler options

The next step is to alter your application’s compiler settings to correctly work with ScriptEase. The only option required is to set your compiler’s include paths so it can find the ScriptEase header files as well as the lib/jseopt.h file. If you move your lib/jseopt.h file to an alternate location, you must include its directory in your include path, before any other ScriptEase directories. Then include the following directories. Recall, all directories are relative to the directory you installed ScriptEase in:

 

lib

.

src/misc

src/lib

src/app

src/include

 

Each compiler has some way to specify additional include directories to search for include files. When using a graphical IDE, you will find a field to put additional directories in. When using a command line version, a particular command-line switch will add them, usually -I. Please consult your compiler's documentation if you are unsure how to add include directories to your project.

 


Program your application to invoke ScriptEase