<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Fortran GUIs and in-window graphics on a Mac]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=770&amp;type=atom" />
	<updated>2020-09-13T11:08:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=770</id>
		<entry>
			<title type="html"><![CDATA[Fortran GUIs and in-window graphics on a Mac]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=3578#p3578" />
			<content type="html"><![CDATA[<p>For Mac users of SF without Appgraphics, a superb alternative is DISLIN, for which this&nbsp; information from Helmut Michels, the author of DISLIN, may be really helpful:</p><p>for using Dislin on a Mac OS system, you need nearly the same libraries as for Linux. You need the X11 libraries for graphical output to a window, and OpenMotif for the widget features in Dislin. These libraries are not part of the operating system. They must be copied from external sources. </p><p>An X server and the X11 libraries for Mac OS are available from the site </p><p>&nbsp; &nbsp; &nbsp; <a href="https://www.xquartz.org">X11 libraries</a> . </p><p>OpenMotif from </p><p>&nbsp; &nbsp; &nbsp; <a href="https://sourceforge.net/projects/openmotif-mac">OpenMotif-mac libraries</a>. </p><p>Linking of programs can then be done with the library options </p><p>&nbsp; &nbsp; &nbsp; </p><div class="codebox"><pre><code>-L$DISLIN  -ldislin  -L/Applications/OpenMotif21/libs  -lXm</code></pre></div><p>I&#039;m using Dislin on a MacOS Sierra (10.12) system, but it was reported that is was also working on Catalina (10.15.). If you don&#039;t need the widget features of Dislin then, instead of installing OpenMotif, you can also download a dummy file for OpenMotif from </p><p>&nbsp; &nbsp; &nbsp; &nbsp;<a href="https://www.dislin.de">Dislin</a> .</p><p>---<br />John</p>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2020-09-13T11:08:40Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=3578#p3578</id>
		</entry>
</feed>
