windows/RexxCompiler.cpp File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "windows.h"
#include "rexx.h"
#include "PlatformDefinitions.h"
#include "RexxErrorCodes.h"
#include "RexxInternalApis.h"
Include dependency graph for windows/RexxCompiler.cpp:

Go to the source code of this file.

Macros

#define DLLNAME   "rexx.dll"
 
#define BUFFERLEN   256 /* Length of message bufs used */
 

Functions

void DisplayError (HINSTANCE hDll, int err_no)
 
int SysCall main (int argc, char **argv)
 

Macro Definition Documentation

◆ BUFFERLEN

#define BUFFERLEN   256 /* Length of message bufs used */

Definition at line 55 of file windows/RexxCompiler.cpp.

◆ DLLNAME

#define DLLNAME   "rexx.dll"

Definition at line 53 of file windows/RexxCompiler.cpp.

Function Documentation

◆ DisplayError()

void DisplayError ( HINSTANCE  hDll,
int  err_no 
)

Definition at line 59 of file windows/RexxCompiler.cpp.

References BUFFERLEN.

Referenced by main().

◆ main()