1 (edited by mizaniwm 2013-03-16 11:52:33)

Topic: How to select multiple files during loading files onto Simply Fortran

I have more than 100 subroutines that need to be added before running the program. After opening a new project in Simply Fortran, I tried to load/add multiple files (.f file) at a time. However, I couldn't select more than one file at a time.

Is there any options?


Second question:
-After building, how I can make an Application file (.exe) from Object files (.O file)? Actually, I need to Simply Fortran will give me an executive file (.exe) so that I can run my program using MS DOS command.


Thanks.


Mizan

Re: How to select multiple files during loading files onto Simply Fortran

Mizan,

I think what you want to do is add multiple files to your project.  After starting Simply Fortran, select "Add File(s)..." from the Project menu.  Next, select all your files and click Ok.  They should now all appear in the left project pane.  Finally, save your project using "Save" in the Project menu and store it somewhere sensible, possibly in the same directory as your source code.

Once the project is saved, you can select "Build Now!" from the Build menu to compile your executable.

Jeff Armstrong
Approximatrix, LLC