#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "windows.h"
#include "rexx.h"
#include "PlatformDefinitions.h"
#include "RexxErrorCodes.h"
#include "RexxInternalApis.h"
Go to the source code of this file.
|
#define | DLLNAME "rexx.dll" |
|
#define | BUFFERLEN 256 /* Length of message bufs used */ |
|
◆ BUFFERLEN
#define BUFFERLEN 256 /* Length of message bufs used */ |
◆ DLLNAME
#define DLLNAME "rexx.dll" |
◆ DisplayError()
void DisplayError |
( |
HINSTANCE |
hDll, |
|
|
int |
err_no |
|
) |
| |
◆ main()
int SysCall main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 69 of file windows/RexxCompiler.cpp.
References BUFFERLEN, DisplayError(), DLLNAME, Error_REXXC_cmd_parm_incorrect, Error_REXXC_outDifferent, Error_REXXC_SynCheckInfo, Error_REXXC_wrongNrArg, RexxFreeMemory(), RexxGetVersionInformation(), RexxTranslateProgram(), and strupr().