I installed .NET so I could start playing with it, but we are still using MSVC 6.0 for development at the moment.
I noticed that the just in time debugging now wants to invoke .NET instead of MSVC 6.0. Do you know how to set what just in time debugging invokes? I'll probably want to switch it between the two compilers for a while. In other words, I have two apps that I've written that invoke each other and communicate. I debug one of them, which starts the second one. The way I debug the second one is by putting ASSERT(0); at the beginning of it. That gives me an option to start a second debugger with the other program. Then I can debug both programs at once. Paul Rosen Frontline Test Equipment, Inc http://www.fte.com/ _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
