Activity for REXX MySQL Library

  • Dan Dan posted a comment on ticket #2

    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/...

  • turgut kalfaoglu turgut kalfaoglu posted a comment on ticket #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 *

  • turgut kalfaoglu turgut kalfaoglu created ticket #2

    Cannot compile under Linux

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.