I swapped compilers, using the batch file trick, and copied all debug DLL's for VC6(sp2)

The project I just completed in VC5(sp3) worked and I could set breakpoints.

Now when I use VC6 I get the message

"One or more breakpoints could not be set, and have been disabled. Execution will stop at beginning of program"

So, I went back to VC5..... now it's the same and I can't set breakpoint at all, even on a simple thing like

int a=0;
a++; // can't set breakpoint here....!

I deleted all Debug directory files and did a "rebuild all", it did not cure the problem..

What am I doing wrong ?

TIA




My Web Site
http://www.flash.net/~hansw