LEADTOOLS Support
Imaging
Imaging SDK Questions
Issues related to upgrade of Leadtools v14.5 to v17.5
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, March 7, 2013 12:16:39 AM(UTC)
Groups: Registered
Posts: 1
Hello,
Our imaging solution product uses Leadtools v14.5 for dealing with images. We are in the process of upgrading our product with .net framework 4.0 support. That includes upgrade of Leadtools libraries to v17.5.
The following Leadtools libraries (dlls) are referred in our .net projects:
Leadtools
Leadtools.Codecs
Leadtools.Codecs.Cal
Leadtools.Codecs.Cmp
Leadtools.Codecs.Fax
Leadtools.Codecs.J2k
Leadtools.Codecs.Jb2
Leadtools.Codecs.Jbg
Leadtools.Codecs.Png
Leadtools.Codecs.Rtf
Leadtools.Codecs.Tif
Leadtools.Codecs.txt
Leadtools.Codecs.Wmp
Leadtools.ColorConversion
Leadtools.Kernel
Leadtools.Kernel.Codecs
Leadtools.Kernel.Codecs.Interfaces
Leadtools.WinForms
Leadtools.WinForms.CommonDialogs.Color
Leadtools.WinForms.CommonDialogs.File
In Leadtools v17.5, the below libraries are not available:
Leadtools.Codecs.Pdf.dll
Leadtools.Kernel.Codecs.dll
Leadtools.Kernel.dll
Leadtools.Kernel.Codecs.Interfaces.dll
Leadtools.Kernel.Ocr.dll
Leadtools.Ocr.dll
How we can solve the issues related to above libraries? Are these functionality moved to some libraries? Is there any documentation available to refer the changes from 14.5 to 17.5?
#2
Posted
:
Thursday, March 7, 2013 3:51:04 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Keshava,
There are many changes happened between LEADTOOLS v14.5 and v17.5. For a list of the changes, please refer to our .NET help topic "LEADTOOLS Version Change Summary", or by using the following link:
http://leadtools.com/help/leadtools/v175/dh/to/leadtools.topics~leadtools.topics.leadtoolsversionchangessummary.html
About the DLLs you asked for, you need to reference the following DLLs instead the old one:
- Leadtools.dll
- Leadtools.Codecs.dll
- Leadtools.Pdf.dll
- Leadtools.Forms.Ocr.dll
#3
Posted
:
Thursday, March 7, 2013 3:55:41 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello,
I talked to you about this same issue in Live Chat this morning. When contacting Tech Support, please only use one form of communication when contacting us about specific issues. We ask this of all of our customers so that we can continue to provide the most efficient support possible. I am sure you can understand this.
My colleague, Ibrahim, has already posted some information here. Since upgrading is a common issue, I am posting the additional information I had sent to you in live chat for others to see as well.
When upgrade, I would recommend checking out our Version History :
http://www.leadtools.com/help/leadtools/v18/dh/to/leadtools.topics~leadtools.topics.version1changes.htmlThis would help with any code changes. I would recommend a text search in the old assembly for any classes, methods or properties that the compiler is having issues with. The version history lists any method that have changed, renamed or have been removed.
The OCR interface has been redesigned since 14.5.
The new DLL would be Leadtools.Forms.Ocr.dll.
Check out "Programming with Leadtools .NET OCR":
http://www.leadtools.com....programmingwithocr.htmlHere is a link to tutorials will also help you with the new interface:
http://www.leadtools.com/help/leadtools/v175/dh/to/leadtools.topics.forms.ocr~fo.topics.ocrtutorials.htmlIf you have any further questions or concerns, please let us know.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Issues related to upgrade of Leadtools v14.5 to v17.5
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.