V_closeErrorEventFile
FunctionRestore default printing of error messages into stderr.
Syntax C/C++#include <VecLib.h>
void V_closeErrorEventFile( void );
Pascal/Delphiuses VecLib;
procedure V_closeErrorEventFile;
DescriptionAfter error messages have been redirected into an event file by V_setErrorEventFile, the event file is closed by V_closeErrorEventFile and any further messages will be handled according to the parameter ScreenAndFile with which the event file was created (0: no message at all; 1: message box; 2: for console programmes, output into stderr which normally is the screen, see chapter 5.5).

Certain configurations of the compilers supported by OptiVec do not allow the full set of options described above. For some, either output into a message box is missing or output to the console screen. In these cases, an error message is displayed and the output redirected to the available other option.

Error handlingnone
Return valuenone
See alsoV_noteError,   V_setErrorEventFile,   _matherr (C/C++ only)

VectorLib Table of Contents  OptiVec home