On Thu, 28 Aug 2003 16:17:11 -0400 lord of darkness <[EMAIL PROTECTED]> wrote:
lod> sometimes i get buffer.h errors when i turn precompiled headers lod> off The obvious question is why do you do it? PCH do no harm and turning them off slows down the build significantly... In any case, if you change the value of /Y options, you need to clean everything before rebuilding. You may even have to manually remove some files, VC++ is buggy in this area. Regards, VZ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
