OK I'll answer my own question.
The final step of the build is to register the ActiveX Control and
so it must be resvr32 that hangs. However I can get round this as
follows:
In Project/Settings/Custom Build I find:
Description:
Registering ActiveX Control
Commands:
regsvr32 /s /c...
I construct an ActiveX Container Application with the MFC AppWizard(exe)
It's completely blank - no code of my own inserted. If I then run it and
choose Edit/Insert New Object it goes into dlg.DoModal() in
CShowStringView::OnInsertObject()...
I'm running Visual C++ 6.0 under windows98
I'm just trying to do an example ActiveX Control
I create a blank ActiveX Control using the
MFC ActiveX ControlWizard
If I then build it, the build info is as follows...
Creating Type Library...
Processing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.