first thx for releasing v2.40.
Im currently doing my test with it
We talked some time ago in another topic about Borland CBuilder "incompatiblities" when it comes to #ifdef WIN32
Seems I forgot to mention another incompatiblity in libgfle.h
Using the same "scheme" you've taken for replacing the other ifdefs #ifdefs:
Code: Select all
libgfle.h, 131 is:
#ifdef WIN32
and should be
#if defined( WIN32 ) || defined ( __BORLANDC__ )