Fixing .NET Exception “System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1.”

This article describes a workaround to the importunate .NET exception “System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1.” Continue reading

Chortkeh Binary File Compare 1.0

As you might have read, I needed a customized binary file compare utility for the FormFlow converter I’m working on. Here it is:

Continue reading

Binary File Compare Utility for the FormFlow Converter

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.

Continue reading

Reverse Engineering FormFlow FRP File Format

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.

Continue reading