v2.40 Reports... starting with borland cbuilder stuff
Posted: Thu Jul 07, 2005 4:17 pm
Hi Pierre,
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:
Sorry for causing trouble :p
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__ )