This is an old revision of the document!
Table of Contents
This is part of Family API which allow to create dual-os version of program runs under OS/2 and DOS
Note: This is legacy API call. It is recommended to use 32-bit equivalent
SOMError
This call generates error message and terminates process if fatal error.
Syntax
void (*SOMError) (int errorCode, string fileName, int lineNum);
Parameters
Return Code
None
Notes
SOMError is a global variable and can be replaced by user function
Example Code
#include <som.h> SOMError(SOM_Fatal(12), __FILE__, __LINE__);