
ActiveX Exe Using ActiveX Dll?
Can an ActiveX Exe use an ActiveX Dll? I have an ActiveX Exe that does
some calculations that its client also needs to have access too. I don't
want the client to make calls to these functions as a client to the ActiveX
Exe because it is done too many times to warrant cross process comms. So,
I thought that I could make an ActiveX Dll that I can add to my ActiveX Exe
as a control and the same can be done in the client app.
Demir Ateser