View previous topic :: View next topic |
Author |
Message |
| marcellus
| Joined: 10 Aug 2009 | Posts: 3 | : | | Items |
|
Posted: Mon Aug 10, 2009 9:50 am Post subject: How to make a GUI for a Fortran code? |
|
|
Hi,
I am writing a sudoku generator in Visual Fortran. My question is how to make a GUI. I have quite some experience using Fortran but none with making a Gui for it. I wonder what method would be the best.
I looked around on the net and found several possibilities: writing the GUI in other language like visual basic and link it somehow with the fortran code. Or there are some specific Gui develop programs for Fortran (like winteracter, but is not free) which can be used. Also the use of Window API routines is a possibility. I wonder who has ideas and/or experience with this.
Thanks,
Marcellus |
|
Back to top |
|
|
| m_b_metcalf
| Joined: 13 Mar 2006 | Posts: 210 | : | Location: Berlin | Items |
|
Posted: Mon Aug 10, 2009 1:42 pm Post subject: Re: How to make a GUI for a Fortran code? |
|
|
marcellus wrote: | I am writing a sudoku generator in Visual Fortran. My question is how to make a GUI. I have quite some experience using Fortran but none with making a Gui for it. I wonder what method would be the best.
I looked around on the net and found several possibilities: writing the GUI in other language like visual basic and link it somehow with the fortran code. Or there are some specific Gui develop programs for Fortran (like winteracter, but is not free) which can be used. Also the use of Window API routines is a possibility. I wonder who has ideas and/or experience with this.
|
You will find advice on this if you look in the comp.lang.fortran archives. You can also register there and pose your question directly.
HTH
Mike Metcalf |
|
Back to top |
|
|
| marcellus
| Joined: 10 Aug 2009 | Posts: 3 | : | | Items |
|
Posted: Mon Aug 10, 2009 2:01 pm Post subject: |
|
|
OK, thanks, how do I get there? |
|
Back to top |
|
|
| m_b_metcalf
| Joined: 13 Mar 2006 | Posts: 210 | : | Location: Berlin | Items |
|
Posted: Thu Aug 13, 2009 8:08 am Post subject: |
|
|
marcellus wrote: | OK, thanks, how do I get there? |
By using Google to get to here. How else?
Regards,
Mike Metcalf |
|
Back to top |
|
|
| marcellus
| Joined: 10 Aug 2009 | Posts: 3 | : | | Items |
|
Posted: Thu Aug 13, 2009 9:28 am Post subject: |
|
|
I thought you were referring to some specific Fortran forum around here.
Gr, Marcellus |
|
Back to top |
|
|
|