On Wed, 2003-01-08 at 07:32, Guido Serassio wrote:
> >Could be. Mind you, even Visual Studio can be customised in this regard.
>
> This is partially true: even when customized, Visual Studio still has some
> problems on handling non "Microsoft standard" extensions.
> For example, ".c" C files cannot be mixed with ".cc" C++ file in the same
> Project because they are compiled as C++ sources. This because to compile
> ".cc" file, the project must be manually (and globally) forced to be a C++
> project.
For clarity - the .cci files are never compiled directly. They are
included from the header or the .cc file, depending on your inline
settings.
Rob
-- GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:06 MST