June 2006

catch_exception_raise not called ?

catch_exception_raise is never called…
But when I use ligsigsegv as a library, it works !?
Any idea why ?

When implementing my own exception handling code in a Cocoa application using Mach-O low level calls to set my own excpetion handling thread, my
More...

NSBorderlessWindowMask and key events

When a window is created with NSBorderlessWindowMask, it doesn't receive key events anymore.
How to solve that ?
More...