There are three exported function in the FuzzyCOPE 3 DLL FC3.dll. Each function is described below.
This function sends string commands to the interpreter. If the command executes successfully, 0 is returned. If an error occurred, a negative number is returned, while a positive return value indicates that the command left a results string to be retrieved.
int _fcSendCommand ( char* StgCommand );
StgCommand : C string containg the command string to be executed
This function returns a string containing the last error message generated by the interpreter.
char* _fcGetErrorString ();
This funciton returns a string containing the last results generated by the interpreter.
char* _fcGetResultString ();
This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.