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,15 @@
Calling DinkeyChange.dll from WinDev
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You should copy all the code in the file "global variables.txt". These data
structures and functions are used by the API sample code. Then copy the
appropraite function(s) from the "protection check functions.txt" file. These
functions implement all the various routines in DinkeyChange.dll
Note - if you are producing a 64-bit Windows executable you need to use DinkeyChange64.dll
(instead of DinkeyChange.dll) and change the "changedllname" to be "DinkeyChange64.dll"
(this is found in the global variables and functions.txt).
Similarly for Linux you will need to use DinkeyChange.so (32-bit Linux) or
DinkeyChange64.so (64-bit Linux).
Tested under Windev Express v12