Hi, I am using your software to develop an application for a client; this is the 1st application I have developed using the BlackIce SDK and am having some problems distributing it. I have included all the files listed in your documentation for distribution + the 2 licence files, but still get the error ‘ Unable to Load ActiveX Control’ when I run the executable. My application only uses the BIackice component to merge TIF images as per your sample.
BITiffobj = CreateObject("BITIFF.BITiffCtrl.1")
BITiffobj.MergeTiffFiles(OutputFile, TIFImagePath)
