Post Reply  Post Thread 


how can i convert my software that is written...
Author Message
unknown1 u
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #1
how can i convert my software that is written...

...with visual basic 2005 to Linux, Macintosh, etc softwares? i have written a software in VB 2005, so i want to share it with other Os users too. how can i do it?

05-23-2007 05:46 AM
Find all posts by this user Quote this message in a reply
DOC AGA
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #2
 

You Can't...

05-23-2007 07:05 AM
Find all posts by this user Quote this message in a reply
gb_myg
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #3
 

You'll need RealBasic. http://www.realbasic.com/First, you convert your VB code to RB code with their converter, do some tweaks to make sure everything is compatible...Then, compile the software to the platform you want to run it in.It may not be a straight convert, but it beats re-writing from scratch.

05-23-2007 07:47 AM
Find all posts by this user Quote this message in a reply
robertc
Junior Member
**


Posts: 1
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #4
 

You can use Mono to compile and run VB.Net on Windows, Macintosh and Linux:http://www.mono-project.com/Main_PageYour Mac and Linux users will need to have the Mono runtimes installed, and you may find you need to re-write your code slightly depending on what features of .Net you've used - some things in .Net 2.0 aren't yet implemented in Mono, and if you've used any Windows specific stuff you may need to research the platform independent equivalents:http://www.mono-project.com/FAQ:_Technic...ux.3FThere are a load of tutorials on the web which might be useful, though some of them are quite dated now:http://www.sitepoint.com/article/get-sta...dio.phpYou also should try and get the new compiler (vbnc) rather than the old one (mbas):http://www.mono-project.com/VisualBasic.NET_supportThis will be part of the next release (1.2.3).

05-23-2007 10:33 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Macintosh software to convert CD audio track to MP3? Mr. Lou Zerr 5 61 05-23-2007 07:47 AM
Last Post: raindog
  Apple Macintosh Software? John S 5 53 05-23-2007 07:47 AM
Last Post: ELfa Geek

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: