<HTML>
	<HEAD>
    	<TITLE>Adobe ExtendScript Toolkit</TITLE>
		<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
		<LINK HREF="adobe.css" REL="stylesheet" TYPE="text/css">
        <LINK HREF="tabs.css" REL="stylesheet" TYPE="text/css">
 	</HEAD>
<BODY> 
    <div class="header"><a href="http://www.adobe.com"><img src="adobelogo.jpg" alt="http://www.adobe.com"></a>&nbsp;<b>ExtendScript ToolKit</b></div>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
    </ul>
  </div>
</div>
<!-- Generated by Doxygen 1.5.1-p1 -->
<h1><a class="anchor" name="sampleprojects">Using the Sample Projects</a></h1><h2><a class="anchor" name="intro_sec">
Introduction</a></h2>
This page explains how to get started with the sample projects and create an external library for use in any of the supported Applications. The steps covered are:
<ul>
<li>Build Tools </li>
<li>Resource locations </li>
<li>Building the library </li>
<li>Installing the Library</li>
</ul>
<h2><a class="anchor" name="tools_sec">
Build Tools</a></h2>
<p>The project has been created for both Mac and Windows environments. Each of the projects can produce a basic sample of a C++ library for the respective operating systems. The build environments used to create each of the projects were:

<ul>
<li><b>Win</b> - MS Visual Studio 2005 (we have tested with version 8.0.50727.42) </li>
<li><b>Mac</b> - Xcode 2.4.x (we have tested with version 2.4.1)</li>
</ul>
<h3><a class="anchor" name="step5">
Project locations</a></h3>
The project files can be found in:
<ul>
<li><b>Win</b> - SDKINSTALL/samples/cpp/build/PROJECTNAME/win </li>
<li><b>Mac</b> - SDKINSTALL/sample/cpp/build/PROJECTNAME/mac</li>
</ul>
Each respective folder contains the necessary files to load the project. When the project files are opened all source and header files can be seen and there should be no need to alter any path locations within the project.<h3><a class="anchor" name="step6">
Source and Script Files</a></h3>
The needed source and header files can be found in:
<ul>
<li>SDKINSTALL/samples/cpp/source/ - contains the source and header files for the sample projects </li>
<li>SDKINSTALL/samples/cpp/source/includes - contains the scripting core header files needed to implement an external object </li>
<li>SDKINSTALL/samples/cpp/scripts/ - contains the script file to load and exercise the external objects </li>
<li>SDKINSTALL/samples/cpp/docs/ - contains documentation on how to use the projects</li>
</ul>
<h2><a class="anchor" name="runlib_sec">
Installing an External Object</a></h2>
For general information on installing and External Object See <a class="el" href="installing.html">Installing External Objects</a> for information on how and where to install external objects or consult the JavaScript Tools Guide.<h2><a class="anchor" name="instsamp_sec">
Installing and Running the Sample Projects</a></h2>
The following pages describe how to build, install and run the sample projects:<p>
See <a class="el" href="basicexernalobject_p.html">Using the BasicExternalObject Sample</a> for information on how to build the External Object sample
<p>
See <a class="el" href="samplelib_p.html">Using the SampleLib Example</a> for information on how to build the Sample Lib sample

<p><img src="1ptrans.gif"  /></p>
<p><img src="asn.gif" width="114" height="45" border="0" alt="Adobe Solutions Network"></p>
<p>Copyright&#169; 2008 Adobe Systems Incorporated. All rights reserved.</p>
<p>
    	<a href="http://www.adobe.com/misc/copyright.html">Terms of Use</a>&nbsp;
        <a href="http://www.adobe.com/misc/privacy.html">Online Privacy Policy</a>&nbsp;
        <a href="http://access.adobe.com">Adobe and accessibility</a>&nbsp;
        <a href="http://www.adobe.com/aboutadobe/antipiracy/main.html">Avoid software piracy</a>&nbsp;
        <a href="http://www.adobe.com/misc/agreement.html">Permissions and Trademarks</a>
</p>
</body>
</html>