contents   index   previous   next



Appendix 1: Standard Libraries

 

 

 

ScriptEase ships with a number of standard libraries which you can add to your application. The chapter "Integration Into Your C/C++ Application" describes how to do so, by modifying your jseopt.h file. Here is a list of the available libraries, the #define value you should define in your jseopt.h file to make a particular library available, and a short description of what the library contains.

 

 

 


BUFFER (#define JSE_BUFFER_ALL)

CLIB (#define JSE_CLIB_ALL)

CSTRING (#define JSE_CSTRING_ALL)

DOS (#define JSE_DOS_ALL)

DSP (#define JSE_DSP_ALL)

ECMA (#define JSE_ECMA_ALL)

GD (#define JSE_GD_ALL)

IDSP (#define JSE_IDSP_ALL)

LANG (#define JSE_LANG_ALL)

MAC (#define JSE_MAC_ALL)

MD5 (#define JSE_MD5_ALL)

NLM (#define JSE_NLM_ALL)

OS2 (#define JSE_OS2_ALL)

SELIB (#define JSE_SELIB_ALL)

SESOCK (#define JSE_SOCKET_ALL)

TEST (#define JSE_TEST_ALL)

UNIX (#define JSE_UNIX_ALL)

UUCODE (#define JSE_UUCODE_ALL)

WIN (#define JSE_WIN_ALL)