Jump to content
8 posts in this topic

Recommended Posts

  • 3 weeks later...
I'm a VB.NET programmer so I'll try mono also. I think it's already able to compile and run VB.NET also right?

 

 

You get mono basic, a still incomplete implementation of vb.net for mono. Keep in mind that Microsoft released the C# standard to ECMA, but not Vb.net

Link to comment
https://www.insanelymac.com/forum/topic/1163-project-mono/#findComment-14897
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Might want to try this, too:

 

http://pnetframework.sourceforge.net/

 

It's basically another implementation of C#. I'm not sure about how far GUI support is, though. They say they have an incomplete WinForms implementation, but I couldn't get it working. And, just to save some trouble, the compiler command is cscc and the app launcher command is ilrun. (mono's commands are mcs and mono)

 

For those of you unfamiliar with mono, you need to type mono <filename> to run a compiled pcode app. More info at http://go-mono.com/

 

Yes, it's a GUI installer.

Link to comment
https://www.insanelymac.com/forum/topic/1163-project-mono/#findComment-21227
Share on other sites

Mono's awesome. I tried getting it to build via DarwinPorts without much luck. I had to patch the Boehm GC to compile, and then I think a minor patch to Mono, but the resulting c# compiler crashed right away, in the GC, so I probably messed something up.

 

/blkblt

Link to comment
https://www.insanelymac.com/forum/topic/1163-project-mono/#findComment-21249
Share on other sites

  • 1 year later...

Well, I you need to do is run the installer... :P

I've got Mono and cocoa#, alog with C# syntax highlighting working fine :2cents:, though getting cocoa# took a few hours to get right.

 

I wish I could install gtk#, it doesn't work from darwin ports, all the dependencies that it trys to install mess up >.<

Link to comment
https://www.insanelymac.com/forum/topic/1163-project-mono/#findComment-246299
Share on other sites

×
×
  • Create New...