I am trying to create a Master Build comprising many separate projects.
I know I can use a batch Makefile, but I thought it would be easier to create a single "MasterBuild" project and add all the projects (via "Insert project into workspace").
However, now that I have done this, I cannot...
I am working in a multi-user environment, and we have just started using VSS. I want to know which Visual Studio project files we need to store in SourceSafe.
In particular, do we need to store .dsw files?
We want to make it as easy as possible for programmers. To this end, we want to use the...
I have created a class (in a DLL) with a constructor using a variable number of parameters :-
CUnitGrid(int numParams, ...)
When I try to declare a new test object (outwith the DLL) I get error messages including "syntax error : 'constant' " :-
CUnitGrid m_Grid(1,1);
A colleague...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.