Hi Pierre!
My test is very simple:
 
procedure TImageViewForm.Button4Click(Sender: TObject);
var
 PIPTC : PGFL_IPTC_DATA;
 s : ansistring;
 iRet : integer;
begin
 PIPTC := gflLoadIPTCW(widestring('c:\a\1.jpg'));
 gflSetIPTCValue(PIPTC, GFL_IPTC_CREDITS, 'XXXXXXXXXXXXXXXXX');
 iRet := gflSaveIPTCW ...
					Search found 2 matches
- Fri Dec 03, 2010 7:17 am
 - Forum: GFL SDK
 - Topic: gflSaveIPTC
 - Replies: 4
 - Views: 2139
 
- Thu Dec 02, 2010 1:26 pm
 - Forum: GFL SDK
 - Topic: gflSaveIPTC
 - Replies: 4
 - Views: 2139
 
gflSaveIPTC
I'm trying to use GFLSDK in Delphi (latest (XE) edition), but gflSaveIPTC returns always with >1< (GFL_ERROR_FILE_OPEN).
Thanks for any help.
Laszlo
					Thanks for any help.
Laszlo