|
| Function | Restore default printing of error messages into stderr. |
|
| Syntax C/C++ | #include <VecLib.h>
void V_closeErrorEventFile( void ); |
| Pascal/Delphi | uses VecLib;
procedure V_closeErrorEventFile; |
|
| Description | After error messages have been redirected into an event file by V_setErrorEventFile, the default is restored by V_closeErrorEventFile and any further messages will be printed 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. |
|
|
|
|