Add Original SDK

This commit is contained in:
2026-05-06 07:47:36 +02:00
parent 2915e04380
commit 0ed627517a
674 changed files with 89334 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Notes on How to use the Sample Code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Always read the "readme" file in the project you use. It contains important
information about the programming language you are using and how to integrate
the sample project with the Dinkey Pro SDK.
Instead of creating projects for every single version of an IDE, we only create
a new project when an older project can no longer be updated by the IDE. For
example, for Windows C we have a Visual Studio 5 project and a Visual Studio 2008
project. The VS 5 project will work for VS 5 up to VS 2005 and the Visual Studio
2008 project will work for VS2008 and higher. In these cases VS will update the
project to the latest version.