Re: "Visual" Fortran?

From: Andrew McLaren (amclar_at_optusnet.n0$p@m.com.au)
Date: 04/12/04

  • Next message: Dave Weatherall: "Re: Format question"
    Date: 12 Apr 2004 04:15:09 GMT
    
    

    > I have had the Watcom F77 compiler since version 10, and upgraded it
    > at every step; the latest is 11.0C (or the newer name OpenWatcom 1.0).
    > And the only graphics that is supported is for DOS.

    It isn't clear in your original post whether by "Visual" Fortran you
    meant: a GUI IDE for a FORTRAN compiler; a design tool for writing GUI
    interfaces in FORTRAN; or a compiler/toolkit that would let you write
    FORTRAN libraries to be used with GUI applications. In fact, your second
    post makes it sound a bit like you're after not just crewating GUI
    applications, but GUI apps that do elaborate graphics - OpenGL, 3D kinda
    visualisations.

    So, this is not meant as a flame but ... if you ask vague questions,
    where you put a lot more effort into making snide comments about your
    target platform ("Windoze") than into explainly what you're looking for,
    you're probably going to get off-target, unsatisfying answers even from
    folks that are trying to be helpful.

    The Watcom compiler produces binaries that run in the Win32 subsystem of
    Windows NT/2000/XP (as well as DOS, OS/2 and Win16 targets). These
    binaries may have character-mode interfaces, if they have a user
    interface at all. But they are still Win32 binaries. As I recall (haven't
    used Watcom for a couple of years now) there were facilities for creatign
    a Windows GUI for your application, using either FORTRAN or the C++ bits.
    However Watcom is far from being the best choice of tool if you are
    interested in creating complex graphical interfaces and output.

    > I have multi-million digit math routines that work in all M$
    > platforms, up to the limit of RAM or 2Gbytes, whichever is the

    I assume we're talking about Windows NT, including Windows 2000, XP and
    2003? Every process has a 2GB virtual address space. If it's backed by
    RAM, that's nice. But you can increase the address space by using the
    /3GB switch in teh Boot.INI file, and compiling your app to be 3GB-aware;
    you can also use PAE to address up to 32GB of memory, depending on the
    exact version of Windows you have. Memory above 4GB can't hold executable
    code but I guess you are using memory to hold large amounts of data.
    Check out the Windows developer giude on MSDN website:
    http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?
    contentid=28000524

    I could say lots more but it's still hard to work out what you're really
    asking for, sorry. If you can explain your requirements in more detail we
    might be able to give you better pointers.


  • Next message: Dave Weatherall: "Re: Format question"

    Relevant Pages

    • Re: Creating own GUI
      ... want to design my own GUI. ... Should i learn graphics programming to do ... rectangular Windows with arbitrary overlap. ... alternative is something more like HTML. ...
      (comp.programming)
    • Re: "Visual" Fortran?
      ... >> And the only graphics that is supported is for DOS. ... > post makes it sound a bit like you're after not just crewating GUI ... > I assume we're talking about Windows NT, including Windows 2000, XP and ... In another place they say that "all" windows GUIs will support 4Gbytes ...
      (comp.lang.fortran)
    • Re: "Visual" Fortran?
      ... > If you what a cheap/free FORTRAN compiler for Windows, ... > to beat the Watcom Compiler: ... > FORTRAN is likely to be a very poor choice. ... > Visual Basic 6.0 to do teh GUI from end, ...
      (comp.lang.fortran)
    • Re: Linux, X, ld, gcc, linking, shared libraries and stuff
      ... windows to "repaint", in order to re-build all the windows in the new ... This was why I was saying "if someone's writing a new GUI OS" at the ... Except I wouldn't call it display lists, ... of graphics at such rates in high resolution... ...
      (alt.lang.asm)
    • Re: "Visual" Fortran?
      ... If you what a cheap/free FORTRAN compiler for Windows, ... FORTRAN is likely to be a very poor choice. ... Visual Basic 6.0 to do teh GUI from end, ... If you are targeting Windows .Net Platform, you can use VB.Net, C#, C++ ...
      (comp.lang.fortran)