Problem license

Discussions about image processing and document imaging.
Post Reply
hatena56
Posts: 1
Joined: Tue Apr 30, 2013 6:01 pm

Problem license

Post by hatena56 » Tue Apr 30, 2013 6:07 pm

Hello,
i'm a problem with a license GDPicture 8.5022
sometimes i receive this error:
<<<GDPicture Form processing plugin: this option has not unlocked>>>

this is my code:

Event Button_click

Dim m_GdPictureImaging As New GdPictureImaging
Dim m_ImageID As Integer
Dim oLicenseManager As New LicenseManager
Dim retvalue As Boolean = oLicenseManager.RegisterKEY("MY LIC")

m_ImageID = m_GdPictureImaging.CreateGdPictureImageFromFile(FILE)

Rects(0).X = 702
Rects(0).Y = 2500
Rects(0).Width = 180
Rects(0).Height = 180

Results = m_GdPictureImaging.OMRDetectMarks(m_ImageID, Rects, 1, 0.9, Confidence, False)

m_GdPictureImaging.ReleaseGdPictureImage(m_ImageID)
m_GdPictureImaging.ClearGdPicture()

Why?

SamiKharma
Posts: 352
Joined: Tue Sep 27, 2011 11:47 am

Re: Problem license

Post by SamiKharma » Thu May 02, 2013 8:35 am

Hi,

There are two ways to unlock the GdPicture Forms Processing plugin:
1. Own a license of the ultimate toolkit, in which you would make one call to RegisterKEY() with that license.
2. Own a license to a main toolkit, plus a license to the Forms Processing plugin in which you would make two calls:
oLicenseManager.RegisterKEY(V8 Main Toolkit Key)
oLicenseManager.RegisterKEY(Forms Processing Plugin)

I hope this helps.
Best,
Sami

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest