kerneldelta
Programmer
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 D:\progs\Vc\UsingVC5\Chapter17\Dieroll\Dieroll.odl
Dieroll.odl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dieroll.cpp
DierollCtl.cpp
DierollPpg.cpp
Generating Code...
Linking...
Creating library Debug/Dieroll.lib and object Debug/Dieroll.exp
Registering ActiveX Control...
It then just hangs.
I'd be very grateful if anyone could cast any light
on this
TIA
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 D:\progs\Vc\UsingVC5\Chapter17\Dieroll\Dieroll.odl
Dieroll.odl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Dieroll.cpp
DierollCtl.cpp
DierollPpg.cpp
Generating Code...
Linking...
Creating library Debug/Dieroll.lib and object Debug/Dieroll.exp
Registering ActiveX Control...
It then just hangs.
I'd be very grateful if anyone could cast any light
on this
TIA