Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

gui for fortran code

Status
Not open for further replies.

rk_19

Structural
Aug 7, 2012
71
hi, I have a fortran program which takes data/input from .csv file . is there a way to feed the data to this program via a gui? so, the GUI window should open first, and then figures/data entered here should be used for the program.
thanks
 
Replies continue below

Recommended for you

Why? I personally hate interfaces like that. Better that there's a spreadsheet I can use, and the import the sheet, particularly if there are a lot of values to enter.

TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! faq731-376 forum1529 Entire Forum list
 
thanks.
for my program, I feel gui interface would be better.. I am using codeblocks. I just want to know how I can develop a gui around this
 
Why? I personally hate interfaces like that. Better that there's a spreadsheet I can use, and the import the sheet, particularly if there are a lot of values to enter

I'd say Excel is a GUI!

The link below gives details of how to run any .exe file from Excel, using VBA:


Doug Jenkins
Interactive Design Services
 
@IDS, I don't wish to run the exe from excel, instead wish to develop an independent GUI for my program
 
Which Fortran compiler are you using? Both Salford and IVF/CVF have built in functions for creating GUIs. I don't know about IVF but CVF didn't have the latest widget set. It just has a basic widget set.

Alternatively you can use something like dislin or winteractor
 
I am using GNU fortran compiler which was default in codeblocks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor