User (Legacy) Posted December 10, 2004 Report Posted December 10, 2004 I have been saving annotations to a memory stream as follows: ms = new MemoryStream(); this.FileMask = FileMask.Extensions; this.Export(FileFormat.Binary, ms); The Memory stream gets stored in a separate file so it can later be restored using the Import method. Does this present problems when the version of ChartFX changes? If not, how can I insure compatibility with future upgrades?
Software FX Posted December 13, 2004 Report Posted December 13, 2004 In major version changes binary files may become incompatible, however if this is the case we will provide with a tool to convert old files to the new format. -- FP Software FX
Recommended Posts
Archived
This topic is now archived and is closed to further replies.