my current dilemma is that I have 2 .cpps and a .h in my project, and one of the .cpps is a class implementation. Everytime I try to build the project the compiler complains at me about the class implementation. in my .h file I #include the .cpp, but didn't #include the header file in the .cpp because I'm using building a template class..... is there anyway to not compile the class implementation while building the project?
--GiLtY
--GiLtY