473,387 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

VB.Net on MacOSX

Ii have a requirement from a potential client that their software work on

Microsoft Windows -- version(s): windows xp
Macintosh -- version(s): leopard
Mac OS X -- version(s): leopard

Is there anyway to write a VB program and then "port" it easily? Or do I
need to rewrite the whole thing?

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com
www.wizo.tv
Jul 23 '08 #1
4 1474
Anil,

Of course web apps run on every client via a browser. So one option would be
an ASP.Net app running on a windows server and delivered to a browser on any
platform.

On the other hand if you are talking about a more "traditional" windows
forms application, then the open source Mono project is probably your best
bet.

I used to dismiss Mono as hopelessly incomplete, but I've heard some good
things about it lately.

Kerry Moorman
"Anil Gupte/iCinema.com" wrote:
Ii have a requirement from a potential client that their software work on

Microsoft Windows -- version(s): windows xp
Macintosh -- version(s): leopard
Mac OS X -- version(s): leopard

Is there anyway to write a VB program and then "port" it easily? Or do I
need to rewrite the whole thing?

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com
www.wizo.tv
Jul 23 '08 #2
Using Mono would be a port, too.

Another "port" might be to use RealBasic, which has an IDE similar to Visual
Studio, and similar constructs -- though enough different that there would
be some non-trivial work involved. The RealBasic application can be written
for Mac and Windows.

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Jul 23 '08 #3
On 2008-07-23, Dick Grier <dick_grierNOSPAM@wrote:
Using Mono would be a port, too.
Sort of... You have to make sure that the stuff you use is implemented on
Mono. You also have to make sure you aren't doing windows specific things,
like api calls, registry access, etc. This can be more subtle then people
think... Things like new lines (use System.Enviroment.NewLine), file and
executable paths (use System.Environment.GetFolderPath for system and user
folder paths and System.IO.Path class to build paths), etc. Sometimes, you
have to do OS checks to accomplish things... And in the end you have to test
the crap out of it on both systems :)

But, from a executable standpoint, they are binary compatible. In
other words, you can take your exe you compiled in VS and run it directly on
Mono.
Another "port" might be to use RealBasic, which has an IDE similar to Visual
Studio, and similar constructs -- though enough different that there would
be some non-trivial work involved. The RealBasic application can be written
for Mac and Windows.
Hmmm... Well, if you approach development correctly - you can develop a cross
platform executable using VS.NET.

--
Tom Shelton
Jul 23 '08 #4
On 2008-07-23, Dick Grier <dick_grierNOSPAM@wrote:
Using Mono would be a port, too.

Another "port" might be to use RealBasic, which has an IDE similar to Visual
Studio, and similar constructs -- though enough different that there would
be some non-trivial work involved. The RealBasic application can be written
for Mac and Windows.
PS.... I think if I was going to really try and make a cross platform app,
targeting .NET and Mono, I would probably abondond VB for the task. Last I
checked the state of the VB.NET runtime on Mono wasn't all that complete - so
you might end up with issues using some of the VB specific functionaliy. This
isn't the case with C#.

--
Tom Shelton
Jul 23 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Terry Richards | last post by:
i have macosx 10.2.8. i am trying to install php-4.3.10. i am getting: make gcc -Iext/standard/ -I/Users/terryr/tmp/php-4.3.10/ext/standard/ -DPHP_ATOM_INC...
4
by: opal7313 | last post by:
Hello, I have some difficulties to use phpMyAdmin on my ppc; I am working on panther 10.3.7 and php is already installed. I put phpMyAdmin directory in /Library/WebServer/Documents/ ; I adapted...
2
by: Joe | last post by:
Is there a way to mount a network share from within Python on MacOSX? I imagine it would be the same as for Unix, but I don't know how to do it for Unix either. I have searched python.org and...
10
by: svenn.are | last post by:
Hi, I wanted to run a program that is written in PyQt on my mac, and went over to Riverbank to get PyQ 3.13 and SIP 4.1.1 sources. I followed the installation guide except for the compiling...
3
by: Lothar Scholz | last post by:
Help, i tried to generate a dynamic library from the official Python-2.4.0.tgz on MacOSX 10.3 but when i do the ../configure --enable-shared ; make ; sudo make install or ../configure...
0
by: Terry Richards | last post by:
does anybelly know why the following happens? i am using macosx 10.4 and ./configure --prefix=/usr/local/mysql --with-unix-socket-path=/usr/local/mysql/run/mysql_socket --with-mysqld-user=mysql...
0
by: Terry Richards | last post by:
i have macosx tiger 10.4.1 i installed mysql 4.1.12 and when i view my phpinfo() i see it is still using the 3.23.49 client. how do i get to use the 4.1.12 client? /|\
3
by: garabik-news-2005-05 | last post by:
Hi all, I am trying to port my (linux) program to MacOSX, and I need to get a list of mounted filesystems. Under linux, it was easy, I was parsing /etc/mtab (or /proc/mounts), this works also on...
3
by: greg | last post by:
A small problem has come to light with PyGUI 1.6 on MacOSX systems. If you get the following exception: File "GUI/Generic/BaseAlertFunctions.py", line 5, in ? ImportError: No module named...
4
by: andrea | last post by:
Hi everyone, I use python on macosx with textmate as editor (great program). I also use macport to install unix programs from the command line and I find it great too. Well I would like to have...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.