| .NET DotNet Forum Index » Visual C++ Forum » ....comment or even space in the program can affect... |
|
Page 1 of 1 |
|
| Author |
Message |
| Allen... |
Posted: Wed Jul 01, 2009 6:56 pm |
|
|
|
Guest
|
Hi Everybody,
I have a problem; I hope someone can help me. I have MS Visual
studio.net 2003. I notice that the compiler is acting up. The program can
be affected by the presence of commented block (For example if I use // ..or
/* .... */) or even if there is an empty space in the program. This
commented block or big empty space in the program can still affect the
program and make it act funny. I have to delete or cut the whole
block of commented code and bring the lines together in order to prevent
such effect. I remember, not long ago, I had the problem and someone from a
newsgroup helped me to fix it. If I remember correctly he talked about
something like out of Sync. Someone suggested that my last changed doesn't
make it into the binary file.
Can anybody help?
--
Thanks
Allen |
|
|
| Back to top |
|
|
|
|