D
doug
I am working on a C++ program in .NET. The compiler
generates error messages that are associated with the
wrong line numbers (which is extremely frustrating).
Also, the debugger arrow is positioned on the wrong line
after breakpoints and steps.
Can anyone explain this to me?
The following is added information that may be related to
the symptoms I am seeing:
Originally the program was a VS 6.0 workspace in C++
stored on a SAMBA server. I copied the workspace/project
files and source files from the server to my laptop. When
I openned the workspace/project in .NET on my laptop the
workspace/project was, of course, converted to a
solution/project.
generates error messages that are associated with the
wrong line numbers (which is extremely frustrating).
Also, the debugger arrow is positioned on the wrong line
after breakpoints and steps.
Can anyone explain this to me?
The following is added information that may be related to
the symptoms I am seeing:
Originally the program was a VS 6.0 workspace in C++
stored on a SAMBA server. I copied the workspace/project
files and source files from the server to my laptop. When
I openned the workspace/project in .NET on my laptop the
workspace/project was, of course, converted to a
solution/project.