-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
I'm trying to use this dll to write and read stdf files and I've recently incurred in this error.
- I write all the records to the file (this part seems OK)
- I read what I've previously written and here is where I get the possible error:
- In the class
StdfFile,methodIEnumerable<StdfRecord> InternalGetAllRecords()I see that the strea, actually read the data correctly (converting by hand the byte array in the PTR fields seems to succeed), but when I callGetRecords()a lot of fields seems to benull, based on the values read.
Attached is the program I've used to do some tests (dummyPrt have just a couple of null fields, the realPtr many more)
StrdfDllProgram.zip
Edit:
It seems like that based on the value of optional, test and possibly parametric flag some values are not read. I mean, it seems like if test flag bit 1 = 1 then (from stdf spec) result is invalid if I'm not mistaken and this result in a null value in the field. Am I correct?
Metadata
Metadata
Assignees
Labels
No labels