Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Is there a library that will allow my gnu fortran console app to call the Windows Open File Dialog box?

Hi, I hope I am correctly adding a reply to my initial inquiry."

Since I first posted my inquiry about calling Windows function from Fortran I found the jerryd's Fortran 95 GTK+ Interface Modules at github. The link is
https://github.com/jerryd/gtk-fortran

The GTK module for the open file dialog is the expample hl_choosers.f90
https://github.com/jerryd/gtk-fortran/blob/master/examples/hl_choosers.f90

The GTK-fortran seems like it will work for me but if there are alternatives, I think it would be good to here them

Regards,
Bill Pate




From: photran-request@xxxxxxxxxxx
To: photran@xxxxxxxxxxx,
Date: 01/04/2013 10:00 AM
Subject: photran Digest, Vol 89, Issue 1
Sent by: photran-bounces@xxxxxxxxxxx





Send photran mailing list submissions to
                photran@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
               
https://dev.eclipse.org/mailman/listinfo/photran
or, via email, send a message with subject or body 'help' to
                photran-request@xxxxxxxxxxx

You can reach the person managing the list at
                photran-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of photran digest..."


Today's Topics:

  1. Is there a library that will allow my gnu fortran console app
     to call the Windows Open File Dialog box? (bill.pate@xxxxxxxxx)


----------------------------------------------------------------------

Message: 1
Date: Thu, 3 Jan 2013 18:53:29 -0700
From: bill.pate@xxxxxxxxx
To: photran@xxxxxxxxxxx
Subject: [photran] Is there a library that will allow my gnu fortran
                console app to call the Windows Open File Dialog box?
Message-ID:
                <OFDBA943F8.4432A0A5-ON87257AE9.000977EF-87257AE9.000A6406@xxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi All,

I have compiled a console app originally written for Digital/Compaq
Fortran as a Photran (latest version) project in Eclipse (latest version).
The original code used the Digital Equip MSLIB so that if the Open
statement is called without a filename then the Windows Open File Dialog
box would pop up and I could select a text file to open and upon clicking
the OK button (or hitting enter) the file would be opened as unit 3 or
whatever unit number I happened to use.

I have not been able to find a library I could link to my Photran app that
would give me this functionality in Digital Equip Fortran.

Is there an Eclipse or any other library I could link to my Photran
console app that would allow me to call the Windows open file dialog box.
I am running on Windows 7 if that makes a difference.

Thanks very much in advance!

Regards,
Bill Pate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
https://dev.eclipse.org/mailman/private/photran/attachments/20130103/59c8134a/attachment.html>

------------------------------

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran


End of photran Digest, Vol 89, Issue 1
**************************************



Back to the top