User guide
E-78
PLI Access Routines
vcsSpSetDisplayMsgFlag
Syntax
void vcsSpSetDisplayMsgFlag(vcsSpStateID esp, int enable)
Synopsis
This routine sets the DisplayMsg flag. By default the VCS compiler
does not display decrypted source code in its error or warning
messages. Use this routine to enable this display.
Returns
No return value.
Example D-37 Example of vcsSpSetDisplayMsgFlag
vcsSpStateID esp = vcsSpInitialize();
vcsSpSetDisplayMsgFlag(esp, 0);
vcsSpSetFilePtr
Syntax
void vcsSpSetFilePtr(vcsSpStateID esp, FILE *fp)
Synopsis
This routine specifies the output file stream. Before using the
vcsSpWriteChar() or vcsSpWriteString() routines you must specify
the output file stream.
Returns
No return value.