<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 22 janv. 2010 à 15:41, Jim Crafton a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><blockquote type="cite">Yes, it depends what you mean by minimal.<br></blockquote><blockquote type="cite">It should be fine if you don't plan to use Block, Exception, Forwarding , synchronize, etc…<br></blockquote><br>So are those things part of the Objective C, or just some extension?</div></blockquote><blockquote type="cite"><div>Are you saying exception handling is fundamentally dependent on the<br>Foundation kit? Oh well, maybe it's just not worth the bother then.<br><br></div></blockquote><br></div><div>The Apple runtime is design to be used with (Apple) Foundation framework. </div><div><br></div><div>See for example the comment in objc-exception.m</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; min-height: 14px; "><span class="Apple-style-span" style="color: rgb(0, 139, 0); ">// quick and dirty exception handling code</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; color: rgb(0, 139, 0); ">// default implementation - mostly a toy for use outside/before Foundation</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; color: rgb(0, 139, 0); ">// provides its implementation</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; color: rgb(0, 139, 0); ">// Perhaps the default implementation should just complain loudly and quit</div></div><div><br></div><div>You can probably rewrite some part to replace Foundation.</div><div><br></div><div>I don't know which runtime Cocotron uses, but as it is design for Windows, you may have a look at it.</div><div><br></div><div><a href="http://code.google.com/p/cocotron/">http://code.google.com/p/cocotron/</a></div><div><br></div><br><div>
<div>-- Jean-Daniel</div><div><br></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br></body></html>