We've a Visual Basic.NET application and one of our clients is
interested in using it. However, they're MAC users. As I know that
.NET doesn't have an support for MAC.
Any suggestions what is the best way to run this application? The
client does have about 40-50 users who are using MAC.
Will appreciate any feedback.
thanks,
Al
Reinder Verlinde - 31 Oct 2004 21:11 GMT
> We've a Visual Basic.NET application and one of our clients is
> interested in using it. However, they're MAC users. As I know that
> .NET doesn't have an support for MAC.
>
> Any suggestions what is the best way to run this application?
Directly running the application probably is out of the question, but
you might be lucky. I would consider the following options:
- The Microsoft Shared Source CLI Implementation
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dndotne
t/html/mssharsourcecli.asp>
- Mono <http://www.mono-project.com>
- DotGNU <http://www.dotgnu.org/>
I do not have experience with either of them and don't know what
features of .Net your application uses, but would guess that Mono is
your 'best' bet.
If those do not work out, consider:
- porting to Java
- back porting to Visual Basic, then to RealBasic
<http://www.realsoftware.com/>
Finally, there is the option of running Virtual PC
<http://www.microsoft.com/mac/products/virtualpc/virtualpc.aspx?pid=virtu
alpc>, and running MS Windows and your application on it. That will
work, but may be too slow.
Reinder
Tommy Nordgren - 15 Dec 2004 16:08 GMT
> We've a Visual Basic.NET application and one of our clients is
> interested in using it. However, they're MAC users. As I know that
[quoted text clipped - 8 lines]
>
> Al
There is a standard way to run Windows Applications on Mac:
A Windows emulator. Virtual PC from Microsoft is easily availble.
Thomas Engelmeier - 28 Dec 2004 13:05 GMT
> > We've a Visual Basic.NET application and one of our clients is
> > interested in using it. However, they're MAC users. As I know that
[quoted text clipped - 11 lines]
> There is a standard way to run Windows Applications on Mac:
> A Windows emulator. Virtual PC from Microsoft is easily availble.
Running an CPU emulator (x86) to run an CPU emulation (CLI) is kind of..
well.. odd.
There are other ways to run CLI applications on a bunch of platforms:
- dotGNU
- mono
(SSCLI)
The major problem is CLI code is portable, but the UI frameworks of .NET
are not, so it might require serous recoding..
regards,
Tom_E

Signature
This address is valid in its unmodified form but expires soon.