Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, June 15, 2006 10:50:56 AM(UTC)
wbosacker

Groups: Registered
Posts: 2


When I execute the following line, which is after the unlock coding, the NAG box pops up:

leadBC.Bitmap = (int)Leadtools.Compatibility.RasterImageConverter.ToLeadBitmap(rasterImage, "LTKRN14N.DLL");

Is this a bug?

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, June 19, 2006 9:35:32 AM(UTC)

Amin  
Amin

Groups: Manager, Tech Support
Posts: 367

Was thanked: 1 time(s) in 1 post(s)

This line of code indicates you're using a LEADTOOLS ActiveX control with a LEADTOOLS.NET image class. This means your program is using 2 different LEADTOOLS kernel files, which are:
- For .NET: Leadtools.Kernel.dll
- For the OCX: LTKRN14N.DLL.

To solve your problem, you need to use the 'NoNag' edition of both kernels.

Additional info:
1. There's also a third LEADTOOLS kernel, which is LTR14N.DLL. This is used by the Raster COM objects (such as LEADRasterView OCX, LEADRasterIO and LEADRasterProcess). However, you don't need to worry about it if your code doesn't use these COM objects.

2. If you unlock the support for any feature in one kernel (such as Document Imaging), it is NOT unlocked automatically in the other kernel, even if they are in the same program.

Amin Dodin

Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.050 seconds.