Xref: utzoo comp.lang.fortran:5735 comp.lang.c:40219 comp.lang.c++:14216 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!uw-beaver!milton!sumax!polari!rwing!fnx!nazgul!bright From: bright@nazgul.UUCP (Walter Bright) Newsgroups: comp.lang.fortran,comp.lang.c,comp.lang.c++ Subject: Re: Running long memory intensive programs! Message-ID: <346@nazgul.UUCP> Date: 18 Jun 91 16:38:29 GMT References: <1991Jun13.160602.23726@afit.af.mil> <23@interet.UUCP> <1991Jun16.045246.12825@agate.berkeley.edu> <1991Jun17.053203.29029@magnus.acs.ohio-state.edu> Reply-To: bright@nazgul.UUCP (Walter Bright) Followup-To: comp.lang.fortran Organization: Zortech, Seattle Lines: 11 />>>The only Fortran I know of that can use extended memory is Watcom's. />Only Lahey comes with the binder in the compiler/dos extender package. />Although it is the most expensive in all compilers, it does have an />unlimited runtime license. Zortech's new version 3.0 of C and C++ comes with a royalty-free 286 DOS Extender and a 386 DOS Extender. With the 386 compiler and 386 extender, you can have arrays as large as available memory without resorting to 'huge' or 'far' memory models or keywords. You can commercially distribute applications built with it without obtaining a license or paying royalties to Zortech. I can email you more information if you are interested.