Search found 1 match

by matjako
Tue Sep 20, 2005 5:09 pm
Forum: GFL SDK
Topic: LoadIPTC & BeOS
Replies: 2
Views: 1458

LoadIPTC & BeOS

Hi, I am writing a photo-album type of an application for BeOS (R5) using GFL SDK v2.20. I have problems getting IPTC tags with LoadIPTC(). For instance, this will always return NumberOfItems ==0

BPath path(&entref);
GFL_IPTC_DATA *iptc;
iptc = gflLoadIPTC(path.Path());
if (iptc && iptc ...