Available in LEADTOOLS Medical Imaging toolkits. |
Considering Development Systems
The LEADTOOLS C DLL is designed as standard Windows Dynamic Link Libraries. You should be able to use the LEADTOOLS C DLL with any compiler that supports Windows DLL calls. This topic explains some of the options.
Most of the LEADTOOLS example programs and all of the documented code examples are for Windows programs written in C/C++. You can use LEADTOOLS as explained in Using LEADTOOLS with Your C/C++ Compiler.
Most LEADTOOLS v15/16/17 libraries provide both ANSI and UNICODE support in the same dll. This is not the case for DICOM:
LEADTOOLS Version 15 supports UNICODE development only.
LEADTOOLS Versions 16 and 17 also provide both UNICODE-only and ANSI-only versions of the C DLL DICOM dlls. For information on the required dll name and import library, please refer to Files To Be Included With Your Application.
See Also
Files To Be Included With Your Application