dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]pnet on Windows


From: Oscar Papel
Subject: Re: [DotGNU]pnet on Windows
Date: Thu, 9 Oct 2003 09:53:55 -0400

Dear Jason,

>As stated once before, I would love to port winforms to Aqua under OS X...
I just lack the knowhow.

I've been looking into this to try and evaluate the scope of the project.
The following link should give you a start on performing interop with the
standard Cocoa libraries.

http://www.brethorsting.com/code/ and follow the link titled Cocoa Interop

The major hurdle is that you cannot access the messaging system of
Objective-C directly so you must write c-style wrappers.  You can then build
your own c# based NS* objects using those wrappers. Finally, you can write a
S.W.F and S.D implementation using your c# NS* objects.

It would be nice if there was a tool that could generate the wrappers (and
maybe also the c# classes)
directly from the published docs.

Cheers,

Oscar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]