> I am trying to save the file in a binary int16 format
Depends on exactly what the format of the state file is. If it's all short values, then BINARY INT 16 is ok. It would probably be best to use BINARY BYTE. This guarantees that the original data format is preserved. -SHAWN-
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> Depends on exactly what the format of the state file is.
You know that's unclear. I should have said "state data" (need more coffee). How exactly is this function (Get_instruNet_Network_State_Generic) prototyped (in the original dll - not the VEE version)?
I'd start looking there. After all, a simple array write/read is not going to cause problems. It's pretty simple to verify that the return from the call and the return from the file read are the same. -SHAWN-
--- You are currently subscribed to vrf as: rsb@soco.agilent.com To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Depends on exactly what the format of the state file is. If it's all short
values, then BINARY INT 16 is ok. It would probably be best to use BINARY
BYTE. This guarantees that the original data format is preserved.
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".