This DLL adds the following features to the runtime:
•XBase specific types , such as DATE, ARRAY, USUAL, PSZ, SYMBOL, etc.;
•CodeBlock type (base class for compile time codeblocks);
•_CodeBlock type (base class for macro compiled codeblocks);
•Runtime functions that accept parameters of these types;
•Memory related functions (MemAlloc, MemFree etc);
•Terminal IO functions (QOut(), Accept, Wait);
•RDD-related functions that have optional parameters or parameters of XBase Type;
•Functions to compile and evaluate macros (MComp, MExec);
•Late binding functions such as Send(), IVarGet(), etc.;
•VObject type;
•OLEAutoObject type.
This assembly should be linked in when you compile for anything other than the Core dialect