<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — CHRPAK module usage question]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=252</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=252&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CHRPAK module usage question.]]></description>
		<lastBuildDate>Wed, 11 Sep 2013 11:29:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CHRPAK module usage question]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=983#p983</link>
			<description><![CDATA[<p>Nope, it only means that in order to call, for example, <em>ch_scrabble_points</em>, you&#039;ll need to have your (sub)program <em>use chrpak</em> first, as I show below:</p><div class="codebox"><pre><code>program scrabble_score
use chrpak
implicit none

character::c

    c = &#039;Q&#039;

   Print *, &quot;The scrabble points for &quot;//c//&quot; are: &quot;, ch_scrabble_points(c)

end program scrabble_score</code></pre></div><p>As long as the flag <strong>-lchrpak</strong> appears in your Linker Flags under Project Options, everything should just work.</p><p>The <strong>chrpak</strong> module is stored in the AddOns directory, which is automatically searched for modules and libraries by default.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 11 Sep 2013 11:29:07 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=983#p983</guid>
		</item>
		<item>
			<title><![CDATA[CHRPAK module usage question]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=982#p982</link>
			<description><![CDATA[<p>I&nbsp; note that the documentation for the new, excellent-looking, CHRPAK package, includes the following:</p><p>&nbsp; &nbsp; &nbsp; &quot;This distribution has been updated to place <br />&nbsp; &nbsp; &nbsp; &nbsp; everything in the &quot;chrpak&quot; module.&nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; The developer must &quot;use chrpak&quot; rather <br />&nbsp; &nbsp; &nbsp; &nbsp; than just call the subroutines and functions<br />&nbsp; &nbsp; &nbsp; &nbsp; as implied by the homepage.&quot;</p><p>I note that, in order to use CHRPAK, one must &quot;USE&quot; it.</p><p>Does this mean that the entire source or this library will then have to be compiled, linked, loaded. even when only calling a single subroutine from it in the main program code?<br />--- <br />J.</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Tue, 10 Sep 2013 23:32:59 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=982#p982</guid>
		</item>
	</channel>
</rss>
