|
When I use the Visual Basic Setup Wizard, it says that it can not find a dependency file for the LEADTOOLS ActiveX control. Why does LEAD not ship a dependence file with the ActiveX control?
LEAD has broken up the functionality of LEADTOOLS into separate DLLs. This means that you have to include only the DLLs that you need for your application. LEAD did not include a DEP file for VB, because we did not want to force developers to include every DLL that LEAD ships.
For a list of DLLs in the LEADTOOLS\Redist\ directory and a description of what the DLL is, refer to Start | All Programs | LEADTOOLS | LEADTOOLS ActiveX Help file | Contents | Redistributables/Files to be included with your application | "Files to be included with your application."
|