Vafis
August 2nd, 2001, 06:02 AM
I have two different projects which one use some classes from another.How can debug step by step the two projects together?
|
Click to See Complete Forum and Search --> : Debug Vafis August 2nd, 2001, 06:02 AM I have two different projects which one use some classes from another.How can debug step by step the two projects together? Clearcode August 2nd, 2001, 06:11 AM Open VB and use the Add Project menu toi add the called project to the calling project. Then in the calling project, go to Project References and make sure that the reference to the .VBP is checked. Hope this helps, Duncan ------------------------------------------------- Ex. Datis: Duncan Jones Merrion Computing Ltd http://www.merrioncomputing.com Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included. Cakkie August 2nd, 2001, 06:22 AM Another way to do so is to start two instances of VB, load a project in each one of these. Start the one with the classes in it (if it asks you what to do, select 'wait until components are created'. If you now start the second, and go into debug, you will be able to jump from one VB to the other. This way, you're refferences won't skrew up. Tom Cannaerts slisse@planetinternet.be Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook Vafis August 2nd, 2001, 06:22 AM I don't know, but it does not work for debugging in order to see step by step compile changing the curson among the projects .Without reference my application does not work because use DCOM techology.May i am stupid but thank you! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |