On 12.05.2011 18:19, Ivan Vučica wrote:
Based on your comments below, I've pasted a new version in the same
place:
http://dl.dropbox.com/u/8559454/zcode-xib-crash.tar.gz
This one was tested under OS X to run without runtime warnings/exceptions
from Cocoa.
Thank you for the new code, but I see no need to try that myself, as
your previous example already worked correctly for me. We need a machine
where this crashes and for some reason this doesn't happen here.
On Thu, May 12, 2011 at 09:01, Fred Kiefer<fredkiefer@gmx.de> wrote:
Thank you for this stripped down example code. I had to change just one
call to a property into a method call and then it compiled perfectly
for me
(OK, there are two missing methods warnings, that you should look
into, but
nothing serious)
Which property? I thought I killed 'em all :-)
The setting of the window delegate. In the old code it was line 62 in
the file ProjectDocument.m.