The information in this article applies to:
SUMMARY
Fortran PowerStation 32 was not designed to build applications that target
Win32s, nor has this capability been tested. Therefore, developing
Win32-based applications with Fortran PowerStation 32 that target Win32s
is not supported.
MORE INFORMATION
There are many Win32 APIs that are not supported under Win32s. They will
return ERROR_CALL_NOT_IMPLEMENTED. The Win32 Programmer's Reference
identifies whether or not each Win32 API is supported under Win32s. As
long as you use only the Win32 APIs that are supported on Win32s, your
application should run on Win32s.
Fortran PowerStation 32 can create two kinds of applications: Console and
QuickWin (Standard Graphics is a disguised QuickWin). Win32s does not
support the Console API, so console applications are not an option under
Win32s. In addition, Fortran PowerStation 32 QuickWin libraries were not
restricted to the subset of Win32 APIs that are supported under Win32s.
Therefore, some functions and statements in a QuickWin application will
fail under Win32s.
When the application is run under Win32s, this string is not displayed.
Sample Code
REFERENCESFor information regarding Win32s and Microsoft FORTRAN PowerStation versions 1.0 and 1.0a for MS-DOS, please see the following article in the Microsoft Knowledge Base: Q118549 PRB: PowerStation Applications Do Not Start Under Win32s Additional query words: 1.00 4.00 win32sdk
Keywords : kbFortranPS kbLangFortran kbWin32s |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |