Re: NEWBIE QUESTION



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:

* delete the old one by hitting "Del" in FileView

* add new one(s) by
- right-clicking the project in FileView and selecting
"Add Files to Project"
- using Project/Add to Project/Files...

The "folders" within FileView are purely virtual, i.e. they can help
you logically group the source files, but you cannot add an existing
file system folder to it (directory).

--
Jugoslav
___________
www.xeffort.com

Please reply to the newsgroup.
You can find my real e-mail on my home page above.
.



Relevant Pages

  • Re: NEWBIE QUESTION
    ... > Fortran 6.6a inside developer studio. ... > different Fortran compiler in the future.) ... better off using the new source form exclusively. ...
    (comp.lang.fortran)
  • Re: NEWBIE QUESTION
    ... > Fortran 6.6a inside developer studio. ... > different Fortran compiler in the future.) ... I think Compaq Visual Fortran questions are considered on-topic at the ...
    (comp.lang.fortran)
  • Re: NEWBIE QUESTION
    ... Fortran 6.6a inside developer studio. ... I had the .F90 and changed it to ... project with the correct properties. ...
    (comp.lang.fortran)
  • Re: NEWBIE QUESTION
    ... > Fortran 6.6a inside developer studio. ... If you select the Project instead of a single file, ... same choice of source form which can be made global to the project. ...
    (comp.lang.fortran)