New project.
In header file:
#include <vector>
namespace z
{
class X
{
public:
X();
class Y
{
};
void a(int b);
void c(const std::vector<Y>& d);
void e(const Y& y);
};
}
In source file:
#include "TestBrowseBug.h"
...
more >>
For some reason my project is never uptodate according to
the IDE in VS 2003 .NET. It will always re-link the
project before I can run it, no matter if I just did it
to completion 2 seconds before. I cannot find any locked
files, so I do not know why this is happening. Anybody
have any ...
more >>
All,
The VStudio I installed is versioned 2002 while I need to
utilize the codes which .sln and .csproj files are
generated by version 2003, so can not open them. Where can
I get the tool to convert it.
Thanks,
Wu YiFei
...
more >>
I have no idea what caused this, but I can no longer use the Clean Solution
command in the Build menu on new projects I create. It's always disabled.
The weird thing is that it works fine on some other, older projects I have.
I also tried doing it from the command line and got an error telli...
more >>