FuzzyCOPE 3 DLL


Introduction

There are three exported function in the FuzzyCOPE 3 DLL FC3.dll. Each function is described below.


_fcSendCommand

Purpose

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.

Function Declaration

int _fcSendCommand ( char* StgCommand );

Arguments

StgCommand : C string containg the command string to be executed


_fcGetErrorString

Purpose

This function returns a string containing the last error message generated by the interpreter.

Function Declaration

char* _fcGetErrorString ();


_fcGetResultString

Purpose

This funciton returns a string containing the last results generated by the interpreter.

Function Declaration

char* _fcGetResultString ();


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.