gflBitmapSetIPTC - in which DLL?
Moderators: helmut, XnTriq, xnview
-
- Posts: 47
- Joined: Thu Mar 10, 2005 11:41 am
gflBitmapSetIPTC - in which DLL?
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
-
- Author of XnView
- Posts: 45870
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: gflBitmapSetIPTC - in which DLL?
Strange, gflSetIPTCValue is in libgfl.dllkurka666 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
Pierre.
Re: gflBitmapSetIPTC - in which DLL?
Yes, very strange. Is it working with other languages than Delphi?xnview wrote: Strange, gflSetIPTCValue is in libgfl.dll
-
- Posts: 47
- Joined: Fri Nov 19, 2004 10:50 am
- Location: Paris, France
gflBitmapSetIPTC
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.
So the function is realy missing.
Is it possible to have a corrected version ?
Thanks in advance.
-
- Author of XnView
- Posts: 45870
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: gflBitmapSetIPTC
I'll update soon GFL SDK, so please wait one week.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 ?
Pierre.