Fixing .NET Exception “System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1.”
4
As you might have read, I needed a customized binary file compare utility for the FormFlow converter I’m working on. Here it is:
I was desperately in need of a customized binary file compare utility for the FormFlow converter I’m working on, so I started to make one.
A C++ program being developed in Borland C++Builder, the FormFlow converter I’m currently working on actually depends on reverse engineering the FormFlow FRP file format. It’s all about discovering the procedures Delrina engineers have taken many years ago to save their fillable electronic form structure.