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). Both of these functions will not be included in versions of VectorLib for compilers that do already offer the possibility of printing error messages simultaneously to the screen and to an event file.
Error handlingnone
Return valuenone
See alsoV_noteError,   V_setErrorEventFile,   _matherr (C/C++ only)

VectorLib Table of Contents  OptiVec home