Board index » cppbuilder » Some help on pre-compiled headers please...
Dave Richardso
![]() CBuilder Developer |
Wed, 24 Mar 2004 01:22:02 GMT
Some help on pre-compiled headers please...
Hello,
I was having problems with my project not reflecting the recent changes. I tracked my problem down to using cached pre-compiled headers. Early on I was foolishly putting things into the pch that should not be there. I have since told my projects not to use pre-compiled headers until I can I was tracing through code the other day, and it was WAY SLOW, especially in Is this slowness possibly due to not using pch? Am I parsing all of my code Lastly, How can I clean my pch up? I have deleted them from my hard drive. Do I need to rebuild all code without Thanks for your help and patience. Dave! |