Last Modified: 16 February 2003

Welcome to the home of FastReader C#.
A near feature complete beta is now available.


Development related comments
This project is written in C# against the 1.1 framework.
With one exception all code is based on the standard framework
and should cross-compile and load under other .Net run-times
such as Mono.

The one platform specific item is a Recent Files control (MRU).
The current implementation of this control makes use of some Win32 specific API's.
This control will be eventually replaced with a managed native C# control.

In the interim I am providing two additional build profiles. If these profiles are used in lieu of the usual Debug and Release build profiles
all Win32 specific references incurred by the current MRU will be eliminated
via compiler directives thereby allowing for non-win32 builds.
Note:
These directives eliminate only the MRU and MRU-related functionality.
They do not affect any other functionality.