<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>CCL on 32-bit Windows platforms now includes experimental support for the Cocoa frameworks using the Cocotron open source project.  For details on Cocotron, see <a href="http://www.cocotron.org/">http://www.cocotron.org</a></div><div><br></div><div>This support is only available in the trunk.</div><div><br></div><div>CCL provides a pre-built set of DLLs for Cocotron's Foundation and AppKit frameworks but, as this support is still experimental, you must explicitly checkout these files into your CCL installation.  To do so, execute the command line</div><div><span class="Apple-style-span" style="font-family: Courier; "><br></span></div><div>  <span class="Apple-style-span" style="font-family: Courier; ">svn checkout </span><span class="Apple-style-span" style="font-family: Courier; "><a href="http://svn.clozure.com/publicsvn/openmcl/trunk/aux/cocotron/win32/cocotron">http://svn.clozure.com/publicsvn/openmcl/trunk/aux/cocotron/win32/cocotron</a></span></div><div><br></div><div>in the directory where you have installed CCL (i.e., in the directory containing <font class="Apple-style-span" face="Courier">wx86cl.exe</font>).</div><div><br></div><div>Once you have checked out the DLLs (and supporting files), you load Cocotron just as you do Cocoa on the Mac.  In other words, evaluate the form</div><div><br></div><div><font class="Apple-style-span" face="Courier">  (require "COCOA")</font></div><div><br></div><div>in CCL which will load the Cocotron's Foundation and AppKit frameworks and start the CCL IDE.  You can also evaluate the form</div><div><br></div><div><font class="Apple-style-span" face="Courier">  (require "COCOA-APPLICATION")</font></div><div><br></div><div>to build a standalone copy of the CCL IDE.</div><div><br></div><div>You can also build standalone Cocoa applications on Windows using <font class="Apple-style-span" face="Courier">build-application</font> as you do today on Mac OS X.</div><div><br></div><div>As noted before, this support is experimental.</div><div><br></div><div>While the IDE runs, it is not yet stable enough to use for actual development on Windows.  Use it at your own risk.</div><div><br></div><div>Cocotron is a work in progress.  It does not yet implement the entire set of APIs defined by Apple.  It also has bugs. If you run into problems, you may want to try to create a simple Objective-C program to see if you can reproduce the problem without CCL.  If the problem is reproducible, please report the problem to the Cocotron developers.</div><div><br></div></body></html>