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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,31 @@
Import Libraries
~~~~~~~~~~~~~~~~
These are used with C/C++ languages so that the compiler knows what functions
can be found in which DLLs. You need to link the appropriate import library to
your source code so that the DLL can be called correctly.
Microsoft import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~
dpwin32.lib
dpwin32debug.lib
DinkeyChange.lib
DinkeyChangeDebug.lib
Borland C++ Builder import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dpwin32_borland.lib
dpwin32debug_borland.lib
DinkeyChange_borland.lib
DinkeyChangeDebug_borland.lib
Dev C++ and MinGW import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libdpwin32.a
libdpwin32debug.a
libDinkeyChange.a
libDinkeyChangeDebug.a
If you look at the sample code for the relevant language / compiler then it
will tell you how to use these import libraries.

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>ddpro</string>
<key>CFBundleIdentifier</key>
<string>com.4D.4DPlugin</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>12.0</string>
<key>CFBundlePackageType</key>
<string>4DCB</string>
<key>CFBundleSignature</key>
<string>4D12</string>
<key>CFBundleVersion</key>
<string>12.0</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,31 @@
Import Libraries
~~~~~~~~~~~~~~~~
These are used with C/C++ languages so that the compiler knows what functions
can be found in which DLLs. You need to link the appropriate import library to
your source code so that the DLL can be called correctly.
Microsoft import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~
dpwin64.lib
dpwin64debug.lib
DinkeyChange64.lib
DinkeyChange64Debug.lib
Borland C++ Builder import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dpwin64_borland.a
dpwin64debug_borland.a
DinkeyChange64_borland.a
DinkeyChange64Debug_borland.a
Dev C++ and MinGW import libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libdpwin64.a
libdpwin64debug.a
libDinkeyChange64.a
libDinkeyChange64Debug.a
If you look at the sample code for the relevant language / compiler then it
will tell you how to use these import libraries.

Binary file not shown.

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIdentifier</key>
<string>com.microcosm.dpro</string>
<key>CFBundleName</key>
<string>DinkeyPro</string>
<key>CFBundleGetInfoString</key>
<string>DinkeyPro version 7.6.1, (c) 2021 Microcosm Ltd0</string>
<key>CFBundleShortVersionString</key>
<string>DinkeyPro version 7.6.1</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>Dpro</string>
<key>CFBundleVersion</key>
<string>7.6.1</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
</plist>

View File

@@ -0,0 +1 @@
BNDL????

View File

@@ -0,0 +1,34 @@
/* Plug-In name appearing in FM's preferences dialog */
String1 = "Dinkey Dongle Pro/FD Plug-in";
/* Options text appearing in FM's preferences dialog */
String2 = "This plug-in allows you to do a protection check using Microcosm's Dinkey Pro or FD dongle.";
/* Version */
String3 = "7.6.1";
/* External functions prototypes go here */
String101 = "DinkeyProVersion( version format )";
String102 = "DDProtCheck(flags {; execs_decrement; alt_licence_name})";
String103 = "DDProtCheckWithAlg(flags; alg_number; var_a; var_b; var_c; var_d; var_e; var_f; var_g; var_h)";
String104 = "DDWriteData(flags; offset; length; data)";
String105 = "DDReadData(flags; offset; length)";
String106 = "DDGetExtendedError(dummy)";
String107 = "DDGetType(dummy)";
String108 = "DDGetModel(dummy)";
String109 = "DDGetSDSN(dummy)";
String110 = "DDGetProdCode(dummy)";
String111 = "DDGetDongleNumber(dummy)";
String112 = "DDGetUpdateNumber(dummy)";
String113 = "DDGetDataAreaSize(dummy)";
String114 = "DDGetMaxAlgNum(dummy)";
String115 = "DDGetExecs(dummy)";
String116 = "DDGetExpDay(dummy)";
String117 = "DDGetExpMonth(dummy)";
String118 = "DDGetExpYear(dummy)";
String119 = "DDGetFeatures(dummy)";
String120 = "DDGetNetUsers(dummy)";
String121 = "DDGetAlgAnswer(dummy)";
String122 = "DDGetFDCapacity(dummy)";
String123 = "DDGetFDDrive(dummy)";
String124 = "DDGetSWKeyType(dummy)";
String125 = "DDGetSWKeyExpDay(dummy)";
String126 = "DDGetSWKeyExpMonth(dummy)";
String127 = "DDGetSWKeyExpYear(dummy)";

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIdentifier</key>
<string>com.microcosm.dpro</string>
<key>CFBundleName</key>
<string>DinkeyPro</string>
<key>CFBundleGetInfoString</key>
<string>DinkeyPro version 7.5.1, (c) 2020 Microcosm Ltd0</string>
<key>CFBundleShortVersionString</key>
<string>DinkeyPro version 7.5.1</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>Dpro</string>
<key>CFBundleVersion</key>
<string>7.5.1</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
</dict>
</plist>

View File

@@ -0,0 +1 @@
BNDL????

View File

@@ -0,0 +1,34 @@
/* Plug-In name appearing in FM's preferences dialog */
String1 = "Dinkey Dongle Pro/FD Plug-in";
/* Options text appearing in FM's preferences dialog */
String2 = "This plug-in allows you to do a protection check using Microcosm's Dinkey Pro or FD dongle.";
/* Version */
String3 = "7.5.1";
/* External functions prototypes go here */
String101 = "DinkeyProVersion( version format )";
String102 = "DDProtCheck(flags {; execs_decrement; alt_licence_name})";
String103 = "DDProtCheckWithAlg(flags; alg_number; var_a; var_b; var_c; var_d; var_e; var_f; var_g; var_h)";
String104 = "DDWriteData(flags; offset; length; data)";
String105 = "DDReadData(flags; offset; length)";
String106 = "DDGetExtendedError(dummy)";
String107 = "DDGetType(dummy)";
String108 = "DDGetModel(dummy)";
String109 = "DDGetSDSN(dummy)";
String110 = "DDGetProdCode(dummy)";
String111 = "DDGetDongleNumber(dummy)";
String112 = "DDGetUpdateNumber(dummy)";
String113 = "DDGetDataAreaSize(dummy)";
String114 = "DDGetMaxAlgNum(dummy)";
String115 = "DDGetExecs(dummy)";
String116 = "DDGetExpDay(dummy)";
String117 = "DDGetExpMonth(dummy)";
String118 = "DDGetExpYear(dummy)";
String119 = "DDGetFeatures(dummy)";
String120 = "DDGetNetUsers(dummy)";
String121 = "DDGetAlgAnswer(dummy)";
String122 = "DDGetFDCapacity(dummy)";
String123 = "DDGetFDDrive(dummy)";
String124 = "DDGetSWKeyType(dummy)";
String125 = "DDGetSWKeyExpDay(dummy)";
String126 = "DDGetSWKeyExpMonth(dummy)";
String127 = "DDGetSWKeyExpYear(dummy)";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More