Alan Ambrose
03-15-2002, 07:13 AM
Hi,
I have an in-house developed dll which has the special extension 'xll'. It contains both a special interface for Excel (hence the name) and also a com interface. We can't really change the extension because Excel recognises it as a special dll.
Problem is that ISE doesn't allow me to specify what kind of registration I want because the dll doesn't have a dll or ocx extension - and I get no registration.
What's the best way of telling ISE to register it for me. I have included a regsvr32 step, but that's a bit clunky because I get a 'registered OK' dialog from regsvr32. I can see references to SWDEPEND.INI in other posts but a search of the ISE online help doesn't find anything for this. I have included the OLESelfRegister tag in the version info but that doean't seem to help.
Alan
I have an in-house developed dll which has the special extension 'xll'. It contains both a special interface for Excel (hence the name) and also a com interface. We can't really change the extension because Excel recognises it as a special dll.
Problem is that ISE doesn't allow me to specify what kind of registration I want because the dll doesn't have a dll or ocx extension - and I get no registration.
What's the best way of telling ISE to register it for me. I have included a regsvr32 step, but that's a bit clunky because I get a 'registered OK' dialog from regsvr32. I can see references to SWDEPEND.INI in other posts but a search of the ISE online help doesn't find anything for this. I have included the OLESelfRegister tag in the version info but that doean't seem to help.
Alan