You MUST have 5.1 or later of Domain Time Client or
Domain Time Server to use high-resolution time in your
program.

To upgrade from a previous version of the SDK, you
MUST replace the .dlls on your system with the ones from
this release, and you MUST recompile/relink your own
programs with the .lib files from this release if you
are using static linking. If you are loading the SDK
DLL dynamically, recompile/relink is unnecessary.

The main deliverables are

   DTHres.h     (include with all projects)
   DTHRes32.dll (for use with your 32-bit programs)
   DTHRes64.dll (for use with your 64-bit programs)
   Also included are the .lib files for each DLL.

   You may link your programs statically by using the .lib
   files, or dynamically by loading the DLL at runtime and
   importing the functions.

SDK.doc contains an overview of the process and instructions
for use.

DTHRes.h contains the function prototypes (applicable to
both the 32-bit DLL or the 64-bit DLL), as well as an
explanation of the parameters.

The subdirectories contain sample programs

   APITest - demo program in C++, showing dynamic loading and GetPTPStats()
   CDemo - demo program written in plain C
   CSharpDemo - demo program written in C#
   DTStatus - demo program written in plain C
   VBDemo - demo program written in Visual Basic
  


