|
From: Lark <lar...@ya...> - 2001-03-12 15:47:58
|
At 12:59 AM -0500 3/12/01, Charles Lechasseur wrote: >btw i have a couple of suggestions for the project layout in general: > >1. you might want to get rid of the pascal files in the MoreFiles package. >you might also want to ditch the MoreFiles ReadMe file (like i always do, i >had deleted that ReadMe file and got a compiler error :) sure, just remove it - there's probably some other files that aren't needed in the project (esp. PP) >2. the warnings in the precompiled headers are pretty annoying. however, >there's an easy way to get rid of them and still keep the warning for the >rest of the project. simply put the #pragma warning_foo after the #includes >for the headers, like this: > >... > >// Include MSL headers. >#include <MSLHeaders++.cp> > >// Bring in PP headers. >#include <PP_ClassHeaders.cp> > >// All your warnings are belong to us now. >#pragma warn_no_side_effect on >#pragma warn_resultnotused on >#pragma opt_strength_reduction_strict on > >that's it for tonight, when i get the 1.5.0 MoreFiles package i'll explore >a bit further. sounds good, commit it? -- Lark <lar...@ya...> |