Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] Questions about 7.0

Hi Greg,

> 1. When I open the properties of a Fortran project, I see the C/C++ Build and General properties along with the Fortran ones. Is this expected?

Yes. Every Fortran project is also a C project, but not every C
project is a Fortran project.

> 2. When I open a .h file in the project, I see codan errors in the files.

Yes. CDT assumes that .h files are C, not Fortran.

I've seen some projects use .fh or .Inc for Fortran include files, but
nothing is quite as standardized as in C.

Jeff


Back to the top