This library can be used to create FDK 1.0 support layer.
It exports Init10, Config10, Write10 and uses Init11, Config11 and Write11
You can use any or all of it's utilities by adding one or more of the next
lines to the exports section of the definition file of your FDK.DLL and
linking oldlib.lib
        Init10      @200 NONAME
        Config10    @201 NONAME
        Write10     @202 NONAME

Note 1: xxx11 external is used only if xxx10 is linked.
Note 2: It does not call Done11 to free resources.
Note 3: For conditions of distribution and use, see license in license.txt

