<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Using external module]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=1002&amp;type=atom" />
	<updated>2026-02-05T19:15:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=1002</id>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4551#p4551" />
			<content type="html"><![CDATA[<p>In cases of only a .pdf or other electronic media, I&#039;ve had good luck downloading to a flash drive, then taking it to an OfficeMax or OfficeDepot store, where they printed and bound it. But that was back in the day when a sheet of copied paper cost less than a nickel.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2026-02-05T19:15:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4551#p4551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4550#p4550" />
			<content type="html"><![CDATA[<p>I guess technically not a manual, but your documentation under &quot;Help&quot; in the idea in the Windows IDE.&nbsp; The Help in the Linux version (which I mostly use) is not as complete, probably hard to port it - I know next to nothing about GUI&#039;s.&nbsp; The windows help contents are very thorough.&nbsp; It is very difficult for my brain to absorb info digitally, so I almost always purchase paper manuals.&nbsp; I&#039;d purchase yours if you had one.</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2026-02-05T16:02:57Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4550#p4550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4549#p4549" />
			<content type="html"><![CDATA[<p>what&#039;s the title of that manual?</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2026-02-04T18:14:52Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4549#p4549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4548#p4548" />
			<content type="html"><![CDATA[<p>Apologies Jeff.&nbsp; It&#039;s all there in your excellent documentation clear as day.&nbsp; Bad habit but in Windows I tend to take things for granted.&nbsp; I&#039;m now reading your manual (at least the section on using the SF IDE) in its entirety as I should have months ago.</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2026-02-04T15:36:04Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4548#p4548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4547#p4547" />
			<content type="html"><![CDATA[<p>Thank you Jeff.&nbsp; That worked for all the various libraries/modules I had been having trouble with.&nbsp; I may be confused.&nbsp; I had expected that having the &quot;default include/module/add--on/library directories) added in the &quot;File Locations&quot; tab was all I needed to do having the package manager, since stdlib has always worked without having to compile the source.</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2026-02-04T02:59:05Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4547#p4547</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4540#p4540" />
			<content type="html"><![CDATA[<p>Bryan,</p><p>What are your Compiler Flags (in Project Options) set to?&nbsp; You need to make sure </p><div class="codebox"><pre><code>-lm_io</code></pre></div><p> is included in the Linker flags box.&nbsp; The reference to <em>__m_io_MOD_dirname</em> does appear to be in the library.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2026-01-26T22:21:45Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4540#p4540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Using external module]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4539#p4539" />
			<content type="html"><![CDATA[<p>Hi,</p><p>I have m_io.mod which I downloaded using sfpm.</p><p>&nbsp; &nbsp;use stdlib_kinds<br />&nbsp; &nbsp;use m_io, only: basename, dirname</p><p>IDIR=-IC:/Users/truep/AppData/Local/sfpm/32/include -IC:/FORTRAN/PROJECTS/TPPOST/modules </p><p>yet I get error:</p><p>C:\FORTRAN\PROJECTS\TPPOST/./src/tppost.f90:221: undefined reference to `__m_io_MOD_dirname&#039;</p><p>Any idea why it&#039;s not linking?&nbsp; I&#039;m also using stdlib and no issues there.</p><p>I&#039;ve had to add the m_io.f90 source to my project and compile it to my ./modules folder to compile/build.</p><p>Trying to use libraries as this project is getting huge...</p><p>Thanks,<br />Bryan</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2026-01-26T16:27:35Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4539#p4539</id>
		</entry>
</feed>
