Computing.Net > Forums > OpenVMS > OpenVMS/ Fortran 77

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

OpenVMS/ Fortran 77

Reply to Message Icon

Name: princealexi
Date: March 29, 2005 at 09:35:43 Pacific
OS: OpenVMS DecWindows
CPU/Ram: 7700
Comment:

As a side project at work, I am to program in fortran on the vax. I don't want to use stardard text formatting for input and output in my programs. I was wondering if someone could tell me how to find out if there are any programming libraries for making graphical programs in the system (a default library path?)or maybe point me in the direction of information on how to do it without a built in library (much like java swing).

The main issue is that I can't install or have anything installed on this vax. I have to use what is already installed...

our vax administrator doesn't really know anything beyond the programs that we use that were written in the 70s and 80s and none of the source code is there. Oh wait, she knows how to shuffle data around so the drives don't get full.... lol

also, does anyone know how to set the prompt to show the current directory (much like prompt $p$g in DOS?) She has it set that way on her terminal, but can't figure out how to set it that way on mine...



Sponsored Link
Ads by Google

Response Number 1
Name: Bob Gezelter
Date: March 30, 2005 at 01:54:48 Pacific
Reply:

PrinceAlexi,

Setting the prompt is straightforward, the command is SET PROMPT. The string to be used is the parameter. You get the current directory using the F$ENVIRONMENT lexical function.

Information on both of these is in the HELP text, use the HELP command (for example, HELP SET PROMPT) to get details.

Electronic copies of most of the manuals for OpenVMS and its layered products can be reached through the HP www site at http://h71000.www7.hp.com/doc/

On the subject of graphics, there is full support for Xwindows, but you need to be running a MOTIF-based client, presuming that the Xwindows support is enabled.

Can you be more specific about what you are trying to do, at least what type of graphics support that you need on what device?



0

Response Number 2
Name: cephus
Date: May 27, 2005 at 05:39:39 Pacific
Reply:

I believe what he is looking for is a Fortran library similar to Qt for KDE. Some library that will allow you to generate "dialog" boxes and manipulate them.

Which, I believe that the only real choice is Motif - because it's already there. He may want to search for information on Xlib and Fortran. I'm confident that it would be easier to program the gui in C and just compile your fortran code to .OBJ and link them.

If anyone else has more information... I also like to know.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OpenVMS Forum Home


Sponsored links

Ads by Google


Results for: OpenVMS/ Fortran 77

OpenVMS: Error reading NAMELIST fil www.computing.net/answers/openvms/openvms-error-reading-namelist-fil/546.html

How to edit a binary file ? www.computing.net/answers/openvms/how-to-edit-a-binary-file-/191.html

Alpha Hobbyist Compaq C and Fortran www.computing.net/answers/openvms/alpha-hobbyist-compaq-c-and-fortran/339.html