gflBitmapSetIPTC - in which DLL?

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

Moderators: helmut, XnTriq, xnview

kurka666
Posts: 47
Joined: Thu Mar 10, 2005 11:41 am

gflBitmapSetIPTC - in which DLL?

Post by kurka666 »

I tried to use the gflBitmapSetIPTC function (from Delphi) but when I add it into the LibGfl unit like I have done for other missing IPTC-functions, I get the error "The procedure entry point gflBitmapSetIPTC could not be located in the dll libgfl220.dll". I have also tried to point to "libgfle220.dll" but with the same result
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: gflBitmapSetIPTC - in which DLL?

Post by xnview »

kurka666 wrote:I tried to use the gflBitmapSetIPTC function (from Delphi) but when I add it into the LibGfl unit like I have done for other missing IPTC-functions, I get the error "The procedure entry point gflBitmapSetIPTC could not be located in the dll libgfl220.dll". I have also tried to point to "libgfle220.dll" but with the same result
Strange, gflSetIPTCValue is in libgfl.dll
Pierre.
Guest

Re: gflBitmapSetIPTC - in which DLL?

Post by Guest »

xnview wrote: Strange, gflSetIPTCValue is in libgfl.dll
Yes, very strange. Is it working with other languages than Delphi?
User avatar
Ithier
Posts: 47
Joined: Fri Nov 19, 2004 10:50 am
Location: Paris, France

gflBitmapSetIPTC

Post by Ithier »

I have tried in C++ and I cannot link my program, so I have searched all the GflSdk directory for the gflBitmapSetIPTC string and I have found it in only three places: libgfl.h, Whatsnew.txt and Help.chm.

So the function is realy missing.

Is it possible to have a corrected version ?

Thanks in advance.
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: gflBitmapSetIPTC

Post by xnview »

Ithier wrote:I have tried in C++ and I cannot link my program, so I have searched all the GflSdk directory for the gflBitmapSetIPTC string and I have found it in only three places: libgfl.h, Whatsnew.txt and Help.chm.

So the function is realy missing.

Is it possible to have a corrected version ?
I'll update soon GFL SDK, so please wait one week.
Pierre.