Page 1 of 1

v2.40 Reports... starting with borland cbuilder stuff

Posted: Thu Jul 07, 2005 4:17 pm
by MaierMan
Hi Pierre,
first thx for releasing v2.40.
Im currently doing my test with it :D

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__ )
Sorry for causing trouble :p

Re: v2.40 Reports... starting with borland cbuilder stuff

Posted: Sat Jul 09, 2005 12:20 pm
by xnview
MaierMan wrote:Hi Pierre,
first thx for releasing v2.40.
Im currently doing my test with it :D

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__ )
Sorry for causing trouble :p
Ok, thanks

Posted: Wed Nov 23, 2005 1:31 pm
by Anamku
Hi All,

A query is the library functional while using only win64 and not win32.

Anam