Re: ActiveX control with VC 7

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: MD Websunlimited (none_at_none.com)
Date: 05/25/04


Date: Tue, 25 May 2004 05:29:07 -0500

Thank you for responding. However it does not answer my question about using ActiveX controls in VC 7.
  "B0nj" <b@nj> wrote in message news:%23r9aF1bQEHA.3380@TK2MSFTNGP11.phx.gbl...
  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++?

    "MD Websunlimited" <none@none.com> wrote in message news:OOXN7xXQEHA.2468@tk2msftngp13.phx.gbl...
    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