#1
Posted
:
Thursday, March 3, 2022 1:34:38 PM(UTC)
Groups: Registered
Posts: 13
Is it possible to run V20 and V22 Leadtool's libraries concurrently? We are using the C API and explicit linking to the Dlls.
We are considering an upgrade and I am trying to resolve some deployment questions.
Thanks
#2
Posted
:
Thursday, March 3, 2022 2:51:38 PM(UTC)
Groups: Registered, Manager, Tech Support, Administrators
Posts: 107
Was thanked: 9 time(s) in 9 post(s)
Hello,
You will not be able to reference v20 and v22 dependencies within the sample application. You should be using all v20 dependencies. or all v22 dependencies and not both. No matter which platform you are using for development, you will first need to set your license by satisfying the L_SetLicenseFile function (For CDLL).
https://www.leadtools.com/help/sdk/v22/main/api/l-setlicensefile.htmlThis will check the version of the LEADTOOLS kernel DLL you are referencing and will throw an exception if the license version does not match the DLL the application is using. We have tutorials which show how you can reference LEADTOOLS DLLs on our website here:
https://www.leadtools.com/help/sdk/v22/tutorials/cdll-add-references-and-set-a-license.htmlPlease let us know if we can be of any other assistance.
Marcus Andra
Developer Support Engineer
LEAD Technologies, Inc.
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.