Hi all,
Okay, I've got a situation where I'd like to create a VB6 ActiveX.dll for use by another VB6 standard (EXE) project.
However, when everything is compiled (or possibly even in the IDE for the standard project), I'd like to be able to use this ActiveX.dll without having it registered.
Anyone the expert on how to do this?
Do I need to somehow get a XML manifest information for it, and place it in the manifest of the standard EXE project?
I'm at a bit of a loss here. Any pointers would be greatly appreciated.
Regards,
Elroy
p.s. Late-binding of the ActiveX.dll would be fine.




Reply With Quote