04-16-2012, 8:22
|
mohamed

Joined on 12-19-2011
Posts 205
|
Re: LEADTools DLL: Version 13 and 16.5
|
 
 
|
|
|
Denver,
These files are actually not from our toolkit, but they are related. These are .NET wrappers to some of our controls. If you're using v13 of LEADTOOLS, the actual LEAD file names would be:
LTOCX13n.ocx (Main OCX)
LTDLG13n.ocx (Imaging Dialogs)
LTLST13n.ocx (Image List)
In version 16.5, the Main OCX still exists, but some of its properties and methods have changed or were moved to other objects.
The Imaging Dialogs control was replaced with other COM objects that have different design.
The ImagList Control was removed and has no OCX replacement.
This means if you're considering upgrading to a later version of LEADTOOLS, you will have to modify or even delete some parts of your application.
However, since it appears you're using Visual Studio .NET, it might be better for you to switch to our .NET classes. These classes contain almost all the features of the old OCX, in addition to many new features that didn't exist in older controls and do not even exist in v16.5 OCX.
Mohamed LEADTOOLS Technical Support support@leadtools.com
|
|
|
|
|
Report
|
|
|
|