I have a ocx control in VB6, for drawing a geometrical figure. I wanna use
this in a VC application.
I observer that after the ocx is called, memory usage shoots up like
anything. I suppose it is taking up all my system resources.
What do I do here?
Can anyone help?
Thanks a lot!!

Re: VB6 ocx in VC++ by Jagadeesh

Jagadeesh
Fri Feb 06 11:14:23 CST 2004

You will have to redesign your OCX control my dear....

"Andry" <me@me.com> wrote in message
news:#rjhjxK7DHA.2064@TK2MSFTNGP11.phx.gbl...
>
> I have a ocx control in VB6, for drawing a geometrical figure. I wanna
use
> this in a VC application.
> I observer that after the ocx is called, memory usage shoots up like
> anything. I suppose it is taking up all my system resources.
> What do I do here?
> Can anyone help?
> Thanks a lot!!
>
>
>



Re: VB6 ocx in VC++ by Bonj

Bonj
Fri Feb 06 12:05:52 CST 2004

what does the ocx do, would it not be easier to program it in MFC?

"Andry" <me@me.com> wrote in message
news:%23rjhjxK7DHA.2064@TK2MSFTNGP11.phx.gbl...
>
> I have a ocx control in VB6, for drawing a geometrical figure. I wanna
use
> this in a VC application.
> I observer that after the ocx is called, memory usage shoots up like
> anything. I suppose it is taking up all my system resources.
> What do I do here?
> Can anyone help?
> Thanks a lot!!
>
>
>



Re: VB6 ocx in VC++ by Hanna-Barbera

Hanna-Barbera
Fri Feb 06 16:00:16 CST 2004

You have to figure it out yourself then.
Maybe you can try WTL or just dump VB and use anything else
WTL should give a lightweight binary.

"Andry" <me@me.com> wrote in message
news:#rjhjxK7DHA.2064@TK2MSFTNGP11.phx.gbl...
>
> I have a ocx control in VB6, for drawing a geometrical figure. I wanna
use
> this in a VC application.
> I observer that after the ocx is called, memory usage shoots up like
> anything. I suppose it is taking up all my system resources.
> What do I do here?
> Can anyone help?
> Thanks a lot!!
>
>
>