ActiveX control with VC 7

  • Thread starter Thread starter MD Websunlimited
  • Start date Start date
M

MD Websunlimited

I'm having a problem utilizing a control that was created in VB 6 sp6 in VC 7 (unmanged). The VC7 is a dialog based application that uses the control. The control work perfectly in a VB test form but I can not get it to work in VC7. Whenever a property is accessed a memory access exception is produced.

When I attempt to add a variable to the control I get an error saying that IExtender is not available.

Is there something I'm missing here?

Mike
 
Your design plan needs a rethink, imho.
Surely the norm would be to do it the other way round, i.e. write the UI in VB and anything complex in C++?

I'm having a problem utilizing a control that was created in VB 6 sp6 in VC 7 (unmanged). The VC7 is a dialog based application that uses the control. The control work perfectly in a VB test form but I can not get it to work in VC7. Whenever a property is accessed a memory access exception is produced.

When I attempt to add a variable to the control I get an error saying that IExtender is not available.

Is there something I'm missing here?

Mike
 
Thank you for responding. However it does not answer my question about using ActiveX controls in VC 7.
Your design plan needs a rethink, imho.
Surely the norm would be to do it the other way round, i.e. write the UI in VB and anything complex in C++?

I'm having a problem utilizing a control that was created in VB 6 sp6 in VC 7 (unmanged). The VC7 is a dialog based application that uses the control. The control work perfectly in a VB test form but I can not get it to work in VC7. Whenever a property is accessed a memory access exception is produced.

When I attempt to add a variable to the control I get an error saying that IExtender is not available.

Is there something I'm missing here?

Mike
 
Don't just blindly carry on down the same path!
You've been told you're doing it the wrong way, now listen and actually act
on it.
Abandon all hope of knowing everything, you appear to be grasping at straws.


Thank you for responding. However it does not answer my question about using
ActiveX controls in VC 7.
Your design plan needs a rethink, imho.
Surely the norm would be to do it the other way round, i.e. write the UI in
VB and anything complex in C++?

I'm having a problem utilizing a control that was created in VB 6 sp6 in VC
7 (unmanged). The VC7 is a dialog based application that uses the control.
The control work perfectly in a VB test form but I can not get it to work in
VC7. Whenever a property is accessed a memory access exception is produced.

When I attempt to add a variable to the control I get an error saying that
IExtender is not available.

Is there something I'm missing here?

Mike
 
Back
Top