Re: NEWBIE QUESTION



Jugoslav Dujic wrote:
>
> Rich wrote:
> | Thanks for the help and the welcome. I am working with Compaq Visual
> | Fortran 6.6a inside developer studio. I had the .F90 and changed it to
> | .f and was able to retain "C" in column one rather than replace with
> | "!". I could not just rename but had to create a new workspace and new
> | project with the correct properties. Possibly overkill, but I could
> | find no way to change those properties. (Yes, I am new to the
> | develepor studio also, and I will likely be moving over to .NET and a
> | different Fortran compiler in the future.)
>
> You can't change the properties of an existing file within the project,
> but you can:
....

You don't need to change the properties of the file itself, simply apply
the compiler options to the specific file(s) or the project
generically. This is done by either selecting individual files or the
project in the source tree in the project settings dialog.
.