I think many of us are interested but don't have the time and/or
expertise to push it forward. And it seems unlikely that Apple or
Novell will ever sponsor this work in a major way.
*But* AFAICT both Mono and Mac are growing in popularity. Hopefully
this bodes well for the future of CocoaSharp.
-Chuck
Hi @all!
I'm subscribed to this list for a long time already. We tried to develop
and port some .net applications which runs fine with Linux and Windows
of course. We had no experience in development on the MAC platform. If
you want to start to use mono on the mac platform (with cocoa#) it is
very hard even to write a small hello world application due the lack of
any good documentation or tutorial.
So we think there are mainly two problems:
* You must know how to write objective-c applications (because of the
GUI designer and how the GUI interacts with your "objective-c" code
* You must investigate how to integrate and use the MAC OS X api from
your .net code
This lead to our final thought about this platform: We need more
documentation and tutorials from people which knows to write
applications in this environment.
just my 2 cents...
regards, rOger
+---------------------------------------------------------------------
| PGP Public Key -> http://www.icer.ch/contact/eisenecher_pub_key.txt
+---------------------------------------------------------------------
| Roger Eisenecher mailto:roger.ei...@icer.ch
| ic engineering & research GmbH Tel: +41 (0)52/223'13'70
| Oberfeldstrasse 120d Fax: +41 (0)52/223'13'71
| CH-8408 Winterthur http://www.icer.ch/
Chuck Esterbrook schrieb:
> -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHcy/1aRygM0sabaARAvVlAJwK8CeVQ5Ot3fldBMhcjW7lCbfsdgCeP6dn
UHvpzzqQJMNM7NM0GYzv7h8=
=Er3S
-----END PGP SIGNATURE-----
True, but I applaud Novell for making this giant step forward. It's
nice to be able to develop a Winforms app and run it on Windows, Mac
and Linux. And it's great to drop the X11 requirement on the Mac.
> > *But* AFAICT both Mono and Mac are growing in popularity. Hopefully
> > this bodes well for the future of CocoaSharp.
>
> .NET and Cocoa are the most hippest platforms (as measured in
> podcasts). And they happen to be the only two platforms I am really
> interested in (apart from POSIX/C).
You said it!
> Objective C is fine (although I find it difficult) but is so non-
> portable, it's a disaster. Everything that ports between Windows and
> Mac OS seems to be Carbon-based (REALbasic, WxWidgets etc.). And
> Carbon just doesn't look as nice as Cocoa. Even QT is Carbon (plus I
> don't know C++ and don't want to learn it).
I used to crank Objective-C for a living. It's a fine language, but
now far behind the times compared to C# and other modern offerings.
> If Apple don't release Yellow Box for Windows (and they won't),
> CocoaSharp is the next best alternative, I think. You could develop in
> Visual Studio, adhere to the model-view-controller pattern and then
> port to Mac OS by replacing the GUI with a NIB file and the controller
> with different glue code.
Agreed. With a good structure, you could swap out the GUI for your application.
-Chuck
I'm more than happy to start working and give it 2-3 hours a day, but
I need a place to start and some info of the project, I'm happy to
start looking at the code and start doing some documentation before I
start coding (If there is something the project needs is some
documentation). If any person involved in the project can give me a
hand would me awesome news.
let me know,
Manuel