April 21st, 1999, 02:06 PM
Hey All,
I have this really neat ActiveX Control I wrote in VC++5.0 using the MFC ActiveX Control wizard. It interfaces great with a VB front end (It is an Antenna Blockage display for the Navy). I am relitivly new to MFC so be gentle, but I can't get the Contol to register on machines other than mine. I think that the problem is that the other machines do not have the right DLL's. My thought was to make the Contol staticlly link to MFC but when I did I got over a hundred errors having to do with COleControl, COleControlModule and COlePropertypage.
What can be done?
My Boss would really like it to Staticlly Link, can it be done?
Will I have to write a setup program to install the right DLL's?
If so can you point me to a good example?
Help, and Thanks,
Atticus
I have this really neat ActiveX Control I wrote in VC++5.0 using the MFC ActiveX Control wizard. It interfaces great with a VB front end (It is an Antenna Blockage display for the Navy). I am relitivly new to MFC so be gentle, but I can't get the Contol to register on machines other than mine. I think that the problem is that the other machines do not have the right DLL's. My thought was to make the Contol staticlly link to MFC but when I did I got over a hundred errors having to do with COleControl, COleControlModule and COlePropertypage.
What can be done?
My Boss would really like it to Staticlly Link, can it be done?
Will I have to write a setup program to install the right DLL's?
If so can you point me to a good example?
Help, and Thanks,
Atticus