This readme file describes the items distributed in the C#/VB-CDF package:

CDF_NASA_Open_Source_Agreement_1.3.txt Official NASA open source statement for
                                       CDF.

cdf391csrm.pdf			C#-CDF Reference Manual.

cdf391vbrm.pdf			VB-CDF Reference Manual.

CDFAPIs.dll			CDF APIs class for C#-CDF applications -- a
				signed assembly.

CDFConstants.dll		CDF constants for C# applications -- a signed
				assembly.

CDFException.dll		Exception handling class for C#-CDF applications
				-- a signed assembly

CDFLeapSeconds.txt		The leap seconds table used by CDF.

CDFLeapSecondsInfo.cs		A tool program to show the leap seconds info.

CDFUtils.dll			Some utility methods for C#-CDF applications --
				a signed assembly.

dllcdfcsharp.dll		C-based CDF unmanaged core library (CDF V3.9.1).

dllcdfcsharp.lib		Import library for unmanaged CDF .DLL.

HOWTOcs.txt			Some basic information on how to use the files
                                that are for C# programs.

HOWTOvb.txt			Some basic information on how to use the files
                                that are for VB programs.

Qst2cEpoch.cs			A quick test C# program for Epoch functions. 
                                Need to compile this source code.

Qst2cEpoch.vb			A quick test VB program for Epoch functions. 
                                Need to compile this source code.

Qst2cEpoch16.cs			A quick test C# program for Epoch16 functions. 
                                Need to compile this source code.

Qst2cEpoch16.vb			A quick test VB program for Epoch16 functions. 
                                Need to compile this source code.

Qst2cs.cs			A quick test C# program for various CDF APIs,
				using pointers of the data objects as the 
                                arguments to the called methods for 
                                input/output operations. Need to compile this 
                                source code.

Qst2vb.vb			A quick test VB program for various CDF APIs,
				using VB data types for the arguments for 
                                input/output operands. Need to compile this 
                                source code.

Qst2cs2.cs			Another quick test C# program for various CDF 
                                APIs. Similar to Qst2cs.cs, it uses C# base 
				class Object for the passed argument data 
                                objects to the called methods for input/output
                                operations. Need to compile this source code.

Qst2vb2.vb			Another quick test VB program for various CDF 
                                APIs. Similar to Qst2vb.vb, it uses VB base 
				class Objects for the arguments for input/output
                                operands. Need to compile this source code.

Qst2cTT2000.cs			A quick test C# program for accessing the new
                                CDF_TIME_TT2000 data type and leap seconds.

Qst2cTT2000.vb			A quick test C# program for accessing the new
                                CDF_TIME_TT2000 data type and leap seconds.

README.rtf			CDF readme note.

removegac.bat			A batch file to remove the CDF assemblies
				from the Global Assembly Cache.

tocompilecs.bat			A batch file to compile the four distributed
				sample C# source programs (.cs) to executables
                                (.exe).

tocompilevb.bat			A batch file to compile the four distributed
				sample VB source programs (.vb) to executables
                                (.exe).

togac.bat			A batch file to install the distributed
				assemblies to the Global Assembly Cache.

totestcs.bat			A batch file to test the C# executables created
				from tocompilecs.bat.

totestvb.bat			A batch file to test the VB executables created
				from tocompilecs.bat.

