Text Feedback

 

Your application can write to the text area of the interface using the Error_Fct() function.

 

 

 

Error_Fct( hwnd, ERROR_CODE_REPORT, "Hello word" ) ;

 

 

The function "Error_Fct" is defined in the TomoVision_Util.dll library and it accept a variable number of arguments.

 

int          Error_Fct( HWND hwnd, int code, char format[], ... )