Setting outASPathNames
i setting dialogs implementation of avappopendialog variable
*outaspathnames
in code @ bottom. says in method variable
aspathname**
here how setting it. though file called file.jpg shows different names a9r5d8f.tmp or not work. suspect not setting variable correctly, black box testing hard when don't told wrong. can see code below might doing wrong
aspathname aspathname;
char *filepath = "c:\\test\\file1.jpg";
asfile asfile;
aspathname* arrays[] = {&aspathname};
aspathname = asfilesyscreatepathfromdipath(0, filepath, 0);
asfilesysopenfile64(0, aspathname, asfile_read, (asfile *)&asfile);
*outaspathnames = &aspathname;
what purpose of aspathname* arrays[] = {&aspathname};
where defiition of *outaspathnames?
i think aspathname is pointer not pointer pointer.
More discussions in Acrobat SDK
adobe
Comments
Post a Comment