Debugging Header includes
-
Hi, I'm trying to prevent certain Microsoft Platform SDK headers from being included into my project. Is there a view that shows the list of files as the compiler is compiling them, along with the header files that get included in the compile process? The output view that the compiler show is not detailed enough, it doesn't show which file actually #include a file. Thanks Hua-Ying
-
Hi, I'm trying to prevent certain Microsoft Platform SDK headers from being included into my project. Is there a view that shows the list of files as the compiler is compiling them, along with the header files that get included in the compile process? The output view that the compiler show is not detailed enough, it doesn't show which file actually #include a file. Thanks Hua-Ying
http://www.codeproject.com/useritems/includefinder.asp[^]
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004
-
Hi, I'm trying to prevent certain Microsoft Platform SDK headers from being included into my project. Is there a view that shows the list of files as the compiler is compiling them, along with the header files that get included in the compile process? The output view that the compiler show is not detailed enough, it doesn't show which file actually #include a file. Thanks Hua-Ying
Are you using MS Visual Studio? What version? In Studio 2003, you can go to Project Properties, C/C++, Advanced and change "Show Includes" to "Yes". ----------------------------- Get trial copy of comment generating tool CommentMakerPro, std::string and std::string containers viewer FeinEvaluatorPro and windows manager for Microsoft Visual Studio .NET FeinWindows at www.FeinSoftware.com
-
Hi, I'm trying to prevent certain Microsoft Platform SDK headers from being included into my project. Is there a view that shows the list of files as the compiler is compiling them, along with the header files that get included in the compile process? The output view that the compiler show is not detailed enough, it doesn't show which file actually #include a file. Thanks Hua-Ying