Hi There,
I am banging my head against the wall trying to figure out why my FDK client will not open a document in certain situations. I am getting a document ID of 0 returned from my call to F_ApiOpen() and I am trying to decode the values in the returned F_PropValsT structure. I have decoded it myself and printed it to the console and the values agree. They are:
PropVals
--------
prop num = 1 String value =
prop num = 2 Integer value = 0
prop num = 3 Unsigned Integer values are:
0
0
8
0
0
I am making an educated guess that the value of '8' in the third integer value refers to the flag FV_BadFileName, but I am totally guessing. Is there any documented way to decode these values? I kind of assumed the call to F_ApiPrintPropVals would provide a little more information...
Any help would be appreciated.
Also, if there are any FDK experts out there - I have been struggling for a week on getting this to work reliably. I'd love to find someone who knows about this stuff. If there is anyone out there I'll post my sordid tale of FDK struggles over the past week...
Thanks in advance,
Mark.