Version 15 of this C++ Class Library has changed from version 14.5 as follows:
LEADTOOLS Version 15 now supports both ANSI and UNICODE development in the same libraries.
LEADTOOLS now supports development for x64 platforms.
LEADTOOLS now supports specifying the version of toolkit that you are using. You should define LTVXX_CONFIG in your project, where "*" is the version you are using, for example: LTV15_CONFIG.
Changed or removed functions:
The following function has been changed:
LDialogBase::GetString now takes 1 new parameter.
The following functions have been removed:
LDialogDocument::DoModalRemoveRedEye
LDialogDocument::GetRemoveRedEyeParams
LDialogDocument::SetRemoveRedEyeParams
See instead in the Raster Imaging Pro main C++ Class Library help file.
The following functions have been renamed:
The DialogColor::GetBalanceColorParams renamed to LDialogColor::GetBalanceColorsParams.
The LDialogColor::GetIntensityDetectdParams renamed to LDialogColor::GetIntensityDetectParams.
The LDialogColor::SetBalanceColorParams renamed to LDialogColor::SetBalanceColorsParams.
The LDialogColor::SetIntensityDetectdParams renamed to LDialogColor::SetIntensityDetectParams.
The LDialogFile::GetOpenFileNameParams renamed to LDialogFile::GetOpenFile.
The LDialogFile::SetOpenFileNameParams renamed to LDialogFile::SetOpenFile.
Deleted Structures
REMOVEREDEYEDLGPARAMS
New functions
LDialogFile::GetICCProfileParams
LDialogFile::SetICCProfileParams
LDialogFile::DoModalICCProfile
New structures
For more information, refer to:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET