Re: Debug a VC Component in VB
Quote:
Originally Posted by Shuja Ali
No. You can't do that. There is no Interoperability between VC and VB at the code level.
I dont know for VC 6.0, but with VC 7.0 I'm totally sure you can do it. I have done different times. Even without real 'remote control' but on the same machine using VB as a container. You even can edit your VB program during test phase and setting breakpoints. Best way doing that ( for easy setup is having two screens on one graphic card , because of graphic reasons place needed for VB compiler should not interfere Space for VC compiler or you canot debug drawing functions. Debugging keyboard depending functionallity or focus depending functionallity you NEED to have a separate PC and remote debug with two different keyboards. And in that case I think its easier to have the VB testcontainer as a compiled testprogram. because of setup needs to register the ocx (which needs to be tested) on both PC's. So you can call it from both machines.
Re: Debug a VC Component in VB
No more questions about this ??