There is a project that I am currently handling. I developed some .OCXes in
VB. I wrote a DLL in FoxPro6 which I want to be automatically downloaded when
the ActiveX control is downloaded. I included the DLL in the VB when I was
making the cabinet file (Package and Deploy Wizard). As expected, VB asks for
the dependency file. However, it seems that VB does not recognise this
dependency file as it did not install the DLL. What am I doing wrong. I
basically used FoxPro's Setup wizard to do this. What is the 'best' way that
I can get VB6 to recognise this and download the DLL?
Thanks for the assistance