- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a legacy application that uses the f90gl libraries from the NIST site. I moved to a new Windows 11 laptop from 10 and the also upgraded to the Visual Studio 2022 with Intel Classic and IntelOne compiler options. My legacy programs that dont use f90gl all compiled ok. The one with f90gl.lib and glut32.lib give me error below
Error error #7011: The module file for the module is obsolete. Please recompile the module. [OPENGL_GL]
So I am trying to recompile the f90gl modules and if I remember right, I had to use the Fortran command prompt and run the make file
:: initializing oneAPI environment...
Initializing Visual Studio command-line environment...
Visual Studio version 17.11.5 environment configured.
"C:\Program Files\Microsoft Visual Studio\2022\Community\"
Visual Studio command-line environment initialized for: 'x86'
: compiler -- latest
: debugger -- latest
: mpi -- latest
:: oneAPI environment initialized ::
C:\Program Files (x86)\Intel\oneAPI>cd\
I navigated to the directory where the batch files were and tried to run
C:\Users\user1\Documents\Modeling\IVF10\f90gl-1.2.12>mf8npo all
'mf8npo' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\user1\Documents\Modeling\IVF10\f90gl-1.2.12>mf8njob
'mf8njob' is not recognized as an internal or external command,
operable program or batch file.
Any help would be appreciated.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mf8npo is a make file not a batch file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Andrew!
What would be the proper commandline argument to use the make file and recompile the code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not a clue, I would have to read the documentation and look at some file contents. At a glance Digital Visual Fortran was one of the offerings available, a for runner in Intel but old. I would expect you would needs some tweaks to get it to work. It also needs a companion C compiler by the looks.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page