Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

fortran-xlib on windows

TiborKibedi1
Beginner
327 Views

I try to port an old Fortran code from VAX to Win11 using IFX and VS2022. It seems a DLL or a pre-compiled C+ library with the Xlib routines is missing.  Any idea where to find? I am using the interface modules and sample codes from github.com/intercosmos/fortran-xlib

0 Kudos
3 Replies
Steve_Lionel
Honored Contributor III
281 Views

The link is not working. Xlib as in Xwindows? I've never seen support for that on Windows.

0 Kudos
TiborKibedi1
Beginner
258 Views

The correct link is https://github.com/interkosmos/fortran-xlib  The application should use an X server, like Xming http://www.straightrunning.com/XmingNotes/ to display graphics.  

0 Kudos
Steve_Lionel
Honored Contributor III
210 Views

Again, I've never seen Xwindows on Windows, though it is still used in some Linux distributions. There are many options for graphics on Windows, including modules and libraries that come with Intel Fortran.

Reply