53 #define DLLNAME "rexx.dll"
55 #define CASE(x) if(!_stricmp(x,argv[1]))
60 int __cdecl
main(
int argc,
char *argv[ ],
char *envp[ ] )
135 if (!LoadString(hDll, arg, dataarea,
BUFFERLEN))
137 strcpy(dataarea,
"Error, but no error message available.");
142 strcpy(dataarea,
"Error, but no error message available because REXX.DLL not loaded.");
145 printf(
"REX%d: %s",arg, dataarea);
#define Error_RXSUBC_general
#define Error_RXSUBC_load
#define Error_RXSUBC_register
#define Error_RXSUBC_drop
#define Error_RXSUBC_query
RexxReturnCode REXXENTRY RexxLoadSubcom(const char *, const char *)
RexxReturnCode REXXENTRY RexxQuerySubcom(CONSTANT_STRING, CONSTANT_STRING, unsigned short *, char *)
RexxReturnCode REXXENTRY RexxDeregisterSubcom(CONSTANT_STRING, CONSTANT_STRING)
RexxReturnCode REXXENTRY RexxRegisterSubcomDll(CONSTANT_STRING, CONSTANT_STRING, CONSTANT_STRING, CONSTANT_STRING, size_t)
#define RXSUBCOM_DROPPABLE
int __cdecl main(int argc, char *argv[], char *envp[])