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

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

MaierMan
Posts: 78
Joined: Wed Aug 04, 2004 8:32 pm

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

Post 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
User avatar
xnview
Author of XnView
Posts: 44920
Joined: Mon Oct 13, 2003 7:31 am
Location: France

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

Post 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
Pierre.
Anamku
Posts: 1
Joined: Thu Nov 17, 2005 10:50 am

Post by Anamku »

Hi All,

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

Anam