04-12-2009, 8:20
|
Maen Hasan

Joined on 08-05-2004
Posts 2,563
|
|
|
You should be able to put our DLL files in the same folder that contains the EXE for all projects that use our .NET DLLs or our Win32/64 DLLs.
However, you cannot do this with projects that use ActiveX (OCX) or COM objects. Windows only allows you to have one instance of a certain OCX or COM object, so they must be registered in a common folder.
Your v15 project appears to be using our .NET classes. If this is the case, we actually recommend deploying the DLLs in the same folder that contains the EXE.
What programming interface (COM, API, C++ Class Library, .Net classes, etc.) does your v13 project use?
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|