Google Groups Home
Help | Sign in
FORTRAN 5.1 UNDER WINDOWS95/QUICKWIN PROGRAMS CAN WORK!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Andrew Hilliard  
View profile
 More options May 26 1998, 3:00 am
Newsgroups: comp.lang.fortran
From: "Andrew Hilliard" <a.hill...@worldnet.att.net>
Date: 1998/05/26
Subject: FORTRAN 5.1 UNDER WINDOWS95/QUICKWIN PROGRAMS CAN WORK!

I have Fortran 5.1 on my computer, and I have discovered that by
remarking out the line PROTMODE in the FL.DEF file that the
programs compiled for Windows will not fail under Windows 95.

Thanks
--Andrew


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin G. Rhoads  
View profile
 More options May 27 1998, 3:00 am
Newsgroups: comp.lang.fortran
From: "Kevin G. Rhoads" <T_Rho...@NoSpam.CLASSIC.MSN.COM>
Date: 1998/05/27
Subject: Re: FORTRAN 5.1 UNDER WINDOWS95/QUICKWIN PROGRAMS CAN WORK!

One problem, acknowledged by Microsoft, is that
F5.1 uses a special loader (to correct a loader bug
in the Win 3.0 loader, which fails to properly handle
HUGE arrays) and the Fortran loader is incompatible
with Win95 in protected mode.

It is better to comment out the APPLOADER line:

>;

>APPLOADER      '__MSLANGLOAD'

>;
>; The APPLOADER statement pulls in an alternate application loader from
the
>; FORTRAN library which the application uses instead of the normal Windows
>; loader.  This new loader fixes a bug in the normal Windows loader that
>; prevents huge data items from being loaded properly.  This statement
should
>; be used in all applications built with FORTRAN 5.1 for Windows 3.0.
>;

A program that is not PROTMODE is REALMODE (by default with
the version of the LINKer that came with MS F5.1) and you
are limited to 640k memory, PROTMODE can access up to 16 Meg
under Win 3.x or Win95.
--
Kevin G. Rhoads, Ph.D.
T_Rhoads@NO_SPAM.Classic.MSN.COM
KRhoads@NO_SPAM.CmpNetMail.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google