Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

fortran-xlib on windows

TiborKibedi1
Beginner
681 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
635 Views

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

0 Kudos
TiborKibedi1
Beginner
612 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
564 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