Please tell me a concret solution for my problem.
Thank you very much
Frank
The MMD.386 error message you are receiving is normal. PowerStation 1.0 for
DOS uses MMD.386 to communicate between the Workbench and the build tools.
MMD.386 is a virtual device driver designed for 16-bit Windows, and is
incompatible with NT. It doesn't matter whether the line is in your
SYSTEM.INI file, NT ignores it. Because of this, the Compile, Build, and
Rebuild All menu options will not work. For similar reasons, the debugger
will not work properly under NT. You should be able to use the Workbench as
an editor and for the online help, however.
The only way to compile code with PowerStation 1.0 for DOS on NT is to run
the build tools from a command line, and even for command line usage you
need to use the B2FIX patch. It is available from
ftp://ftp.microsoft.com/developr/fortran/public/
There is also an updated linker there that you will probably want to use in
the file FPSNTU01.EXE.
Hope this helps.
--Carter
Frank Fuchs wrote in message <34697BEB...@itsm.uni-stuttgart.de>...