gui for fortran code
gui for fortran code
(OP)
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
thanks
RE: gui for fortran code
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: gui for fortran code
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
RE: gui for fortran code
http://www.winteracter.com/
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: gui for fortran code
I'd say Excel is a GUI!
The link below gives details of how to run any .exe file from Excel, using VBA:
https://newtonexcelbach.wordpress.com/2016/06/30/r...
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: gui for fortran code
RE: gui for fortran code
https://www.researchgate.net/post/How_can_I_create...
Doug Jenkins
Interactive Design Services
http://newtonexcelbach.wordpress.com/
RE: gui for fortran code
Alternatively you can use something like dislin or winteractor
RE: gui for fortran code
RE: gui for fortran code
Download http://www.mps.mpg.de/dislin/
Tutorial http://www.star.le.ac.uk/~cgp/dislinGUI.html
Manual http://dislin-pdf-manual.soft112.com/
RE: gui for fortran code