[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: just checking
From: |
Nicola Pero |
Subject: |
Re: just checking |
Date: |
Thu, 14 Jul 2005 12:32:47 +0100 (BST) |
Any chance you might make your .NET<--->Objective-C bindings available as
free software / open source ?
There might be people interested who might help with it (I'm not sure
though).
Anyway, just insinuating the idea ;-)
Thanks
> for my .NET <=> ObjectiveC binding, I wrote the code in Managed C++ and used
> a customized version of the following headers:
> <obj/objc.h>
> <objc/objc-api.h>
> <objc-runtime.h>
> <Foundation/NSException.h>
>
> (basically a few type renaming to avoid conflict with my C++ class or import
> or win32 BOOL & the exception handling function in NSException)
>
> has any of these changed between 1.10.1 & the latest CVS release?