Sunday, September 03 2006 @ 11:04 AM CEST
Contributed by: Admin
Views: 2,060
Our download pages has been updated with new links to
- a fixed version of CURLHandle framework (support for files upload in POST, NSData with null bytes in POST, correct curl feedback during upload/download with support of multiple connections) (binary and source) ;
- a command line tool (CScreen) to change display settings from shell scripts or Terminal.
Sunday, August 27 2006 @ 09:07 AM CEST
Contributed by: Admin
Views: 2,170
When percent escaping some accentued characters in string constants passed to the URLWithString method, the path method returns nil… what's happening here ?
Thursday, June 29 2006 @ 07:42 AM CEST
Contributed by: Admin
Views: 2,856
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 catch_exception_raise is never called…
But when I use ligsigsegv as a library, it works !?
Any idea why ?