<html>
<head>
	<title>Zonic - BugReporter</title>
	<link rel=stylesheet href="../../html/style.css" type="text/css">
	<script language="javascript">
		<!--#include virtual="/html/functions.js"  -->
		<!--#include virtual="/html/navigation.js" -->
	</script>
</head>
<body>



<!--=================================================-->
<!--    Page Header                                  -->
<!--=================================================-->
<!--#include virtual="/html/header.html"             -->
<!--=================================================-->



<!--=================================================-->
<!--    Page Content                                 -->
<!--=================================================-->
<table width=740 cellpadding=40 cellspacing=0 border=0>
<tr>
<td height=400 align=left valign=top>

<h1>BugReporter 1.0.3</h1>
<p>
<img src="images/large_bugreporter.jpg" alt="BugReporter" width=128 height=128 align=right>
BugReporter is a developer tool that allows applications to automatically invoke a bug-reporting
system in the event of a crash.
</p>

<p>
The BugReporter API is a simple "C" interface, providing maximum compatibility with development
environments such as Carbon or Cocoa.
</p>

<p>
It is distributed as a stand-alone library, and requires no additional resources, frameworks,
or bundles. It can be invoked from both CFM or Mach-O applications, packaged in either
single-file or bundled form.
</p>

<p>
BugReporter allows bug reports to be submitted through email or over the web, enabling you to
pass bug reports directly from an end user's desktop to your internal support systems.
</p>



<h1>Requirements</h1>
<p>
<img src="../../images/small_universal.jpg" alt="Universal" width=64 height=64 align=right>
BugReporter is a Universal Binary, and requires Mac OS X 10.2 or later on PowerPC and
Mac OS X 10.4.4 or later on Intel. The following development environments are supported:
</p>

<ul>
	<li>Xcode (Mach-O)
	<li>CodeWarrior 9 (Mach-O or CFM)
	<li>CodeWarrior 8 (CFM)
</ul>

<p>
<p>
If your development environment is not listed, and you are interested in using BugReporter from
within your application, please contact
<script language="javascript">mailTo("bugreporter", "zonic.co.uk")</script>.
</p>


<h1>Registration</h1>
<p>
BugReporter is available as a single-product license ($49.95) or an unlimited-product license ($99.95).
Both licenses are unit-free, placing no restrictions on the number of units BugReporter is incorporated into.
</p>

<p>
BugReporter is fully functional until licensed, allowing you to evaluate it within your product before
deployment.
</p>

<p>
If you are a Kagi vendor, and would like to purchase a license through a Kagi Developer Transfer, please
contact us at <script language="javascript">mailTo("bugreporter", "zonic.co.uk")</script>.
</p>


<h1>More Information</h1>
<p>
<p>
The complete BugReporter SDK can be downloaded below. This SDK includes documentation on
integrating BugReporter into your application, the required header and library files,
and a simple demo application.
</p>

<p>
<table align=center border=0>
<tr>
	<td align=center>
	<a href="http://www.zonic.co.uk/products/bugreporter/files/BugReporter_SDK.dmg">
	<img src="../../images/download.gif" alt="Download" width=107 height=25 border=0></a>
	</td>
	
	<td width=60>&nbsp;</td>

	<td align=center>
	<a href="http://order.kagi.com/?6AF">
	<img src="../../images/register.gif" alt="Register" width=107 height=25 border=0></a>
	</td>
</tr>
</table>
</p>

</td>
</tr>
</table>
<!--=================================================-->



<!--=================================================-->
<!--    Page Footer                                  -->
<!--=================================================-->
<!--#include virtual="/html/footer.html"             -->
<!--=================================================-->



</body>
</html>

