i cannot reproduce this, since i cannot get dummykeepshowing to turn up in the SiW list at all
in one of my cpp files i have added:
class dummykeepshowing
{
dummykeepshowing();
~dummykeepshowing();
};
and i have pressed the "reparse current file" at last 5 times. i started with the shorter class version, but when that didn't work i tried this instead.
i had to add this class to a .h before it would show up in SiW.
ah, now that it finally entered the SiW list, deleting the class and pressing the "reparse current file" does not remove the class from the SiW list.
how come VAX found the class in one of your cpp files, but seemed totally unable to find it in one of mine? i did this in my main windows project, and used an existing .cpp and .h file that VAX already knew about.
i am using C++ and i presume you are to. does C# use cpp as a file extension? i am just wondering what the different might be.
VAX 1237 and VS .NET 2003