Luzr,
Correct. It's from a VS2008 project. I'm not clear how to make a nest/package for it and I don't want to maintain two different source files. What I'd like to do is, compile and link this file without having to continually do a "Build All".
My main complaint is that the compile button says Press Ctrl+F7 to compile file then it does not compile the file. (I know because I put errors in it and it didn't choke.)
This may be because the file I am compiling is a header file blah.h. Now that I think of it, VS2008 doesn't compile plain stand alone header files either.
What do expect as result of such compile? Executable or just error-check? Is result supposed to be console or gui app or dll?
There is sort of problem with this as all info about target and kind of compilation is always stored in the main package..