all groups > dotnet general > may 2005 >
You're in the

dotnet general

group:

.net on Macintosh


.net on Macintosh Jake
5/11/2005 11:55:13 PM
dotnet general:
My team has built a WinForms application for several hundred users in a
corporate environment. We were told ahead of time that all users were
Windows users, but it turns out there are 10 Macintosh users. These
particular users are top executives, so the application needs to work on
their Macs.

What are my options?

The network administrator does not want to install Virtual PC on the Macs.

Thanks,
Jake
Re: .net on Macintosh Morten Wennevik
5/12/2005 12:00:00 AM
Hi Jake,

You have to use Mono

http://www.mono-project.com/Main_Page


[quoted text, click to view]



--
Happy coding!
Re: .net on Macintosh Joshua Kerr
5/12/2005 7:21:21 AM
Terminal Server or RDP client on the mac works fine. I would suggest this
over developing anything to run natively on the mac. You basically host
the application on a server somewhere and let the mac user's RDP into the
server to use it.

jk

[quoted text, click to view]

Re: .net on Macintosh Michael A. Covington
5/12/2005 10:49:41 AM

[quoted text, click to view]

I'd go with that, because you'll know very quickly whether it works, and if
it works, it's going to continue working -- there will be no deeply hidden
problems or inability to run advanced features later.

The bottom line? There's more than one kind of computer in the world, and
they don't all run the same software. Even top executives need to
understand that.

Re: .net on Macintosh Andrew Morton
5/12/2005 3:15:44 PM
[quoted text, click to view]

Another option would be to use a terminal server with terminal services
clients on the Macs. I've never tried that.

Andrew

Re: .net on Macintosh Olaf Baeyens
5/13/2005 12:00:00 AM
[quoted text, click to view]
Is there any valid reason why the administrator does not want to install
Virtual PC?
Virtual PC would be the cheapest, fastest and reliablest way of doing this.

The alternative is creating 2 different versions of the programs, increasing
cost of development, testing and making sure that both programs work with
each other. And not to mention time of development that is 2 times or more.

Re: .net on Macintosh Lionel LASKE
5/13/2005 12:00:00 AM

Mono don't have a really cross-platform WinForms implementation.
Alternatively, you can use GTK#.
See http://www.codeproject.com/books/CrossPlatDotNetCh05.asp for more.

Lionel.

"Morten Wennevik" <MortenWennevik@hotmail.com> a écrit dans le message de
news: op.sqnkvavzklbvpo@stone...
[quoted text, click to view]

AddThis Social Bookmark Button