Appreciate you fixing up this code. It’s not something I’ve used or updated in years. Thanks! On Mar 18, 2018, at 5:27 AM, turgut kalfaoglu tkalfaoglu2@users.sourceforge.net wrote: I got it to compile.. Just a few changes : in rexx_utils.h, somewhere towards the beginning: include <stdbool.h> define BOOL bool define FALSE false define TRUE true define APIRET int define ULONG unsigned long int define LONG long int define PSZ char * [support-requests:#2] https://sourceforge.net/p/rexx-mysql/support-requests/2/...
I got it to compile.. Just a few changes : in rexx_utils.h, somewhere towards the beginning: #include <stdbool.h> #define BOOL bool #define FALSE false #define TRUE true #define APIRET int #define ULONG unsigned long int #define LONG long int #define PSZ char *
Cannot compile under Linux