<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Adding in Libraries for 32 and 64 bit]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=322</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=322&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Adding in Libraries for 32 and 64 bit.]]></description>
		<lastBuildDate>Mon, 24 Feb 2014 12:46:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Adding in Libraries for 32 and 64 bit]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1313#p1313</link>
			<description><![CDATA[<p>Dave,</p><p>You can save the libraries anywhere sensible.&nbsp; I would strongly suggest that the actual library file be named <strong>lib</strong>fltk.a or something similar.&nbsp; The <strong>lib</strong> prefix is important because the compiler prefers this format.</p><p>When you&#039;re attempting to access them in another project, you&#039;ll need to add two things to your project options.&nbsp; First, open the Project Options dialog and select the <em>File Locations</em> tab.&nbsp; You&#039;ll see a button labeled &quot;Search Directories.&quot;&nbsp; Click this button to open the Directories dialog.&nbsp; Next, select the <em>Library Directories</em> tab and click the &quot;Add&quot; button.&nbsp; Navigate in the selection dialog to the directory where your FLTK library of the appropriate architecture lies.&nbsp; Select &quot;Ok&quot; to close the selection dialog, then select &quot;Ok&quot; to close the Directories dialog.</p><p>To actually add a reference to your library, you&#039;ll next need to select the <em>Compiler Flags</em> tab in the Project Options dialog.&nbsp; In this tab, you&#039;ll need to enter your library in the Linker box.&nbsp; In this example, enter:</p><div class="codebox"><pre><code>-lfltk</code></pre></div><p>The format will be a dash followed by a lowercase &quot;L&quot; followed by the name of the library minus the <strong>lib</strong> prefix and without any extension.&nbsp; Select Ok to close the Project Options dialog.&nbsp; Now save your project and perform a Clean and Build.</p><p>Let me know if the above makes sense.&nbsp; I&#039;ll be happy to provide additional assistance.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Mon, 24 Feb 2014 12:46:18 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1313#p1313</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding in Libraries for 32 and 64 bit]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1311#p1311</link>
			<description><![CDATA[<p>As this is not a standard delivered package that will not work.</p><p>I am trying to write the fortran interface for this c++ library</p><br /><p>Thanks </p><p>Dave</p>]]></description>
			<author><![CDATA[null@example.com (dave.swabey)]]></author>
			<pubDate>Mon, 24 Feb 2014 11:44:21 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1311#p1311</guid>
		</item>
		<item>
			<title><![CDATA[Re: Adding in Libraries for 32 and 64 bit]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1309#p1309</link>
			<description><![CDATA[<p>I&#039;m not 100% sure of this but is it not in . . .</p><p>&nbsp; &nbsp;OPTIONS &gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Project Options &gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&gt; Compiler flags &gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Package flags</p><p>---<br />??</p><p>Jw</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Sun, 23 Feb 2014 23:44:28 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1309#p1309</guid>
		</item>
		<item>
			<title><![CDATA[Adding in Libraries for 32 and 64 bit]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=1308#p1308</link>
			<description><![CDATA[<p>I have created 32 and 64 bit libraries for the Fltk software. Where do I have to add them so that SF can access the correct ones when I link either a 32 or 64 bit version of my fortran.</p>]]></description>
			<author><![CDATA[null@example.com (dave.swabey)]]></author>
			<pubDate>Sun, 23 Feb 2014 22:56:55 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=1308#p1308</guid>
		</item>
	</channel>
</rss>
