Go Back  Xtreme Visual Basic Talk > General Discussion > Tech Discussions > Solaris - Other Platforms


Reply
 
Thread Tools Display Modes
  #1  
Old 11-06-2003, 03:00 AM
rettnuc rettnuc is offline
Freshman
 
Join Date: Aug 2003
Posts: 29
Default Solaris - Other Platforms


Writing a VB-program, it runs only on Windows-machines.
I want to write a program which I can use on a SOlaris (Unix) machine.

Is that possible with VB?
Or should I use VC++? Other options?
Reply With Quote
  #2  
Old 11-06-2003, 03:34 AM
irishgirl irishgirl is offline
Regular
 
Join Date: Aug 2003
Posts: 52
Default

you can run your database on solaris, and connect from v.b if you wish. V.B. will only work on windows. If you want multi-platform code, you should use jave, available from www.sun.com

Quote:
Originally Posted by rettnuc
Writing a VB-program, it runs only on Windows-machines.
I want to write a program which I can use on a SOlaris (Unix) machine.

Is that possible with VB?
Or should I use VC++? Other options?

Reply With Quote
  #3  
Old 11-06-2003, 04:21 AM
Flyguy's Avatar
Flyguy Flyguy is offline
Lost Soul

Super Moderator
* Guru *
 
Join Date: May 2001
Location: Vorlon
Posts: 18,885
Default

Except for Java all other languages are OS specific.
Reply With Quote
  #4  
Old 11-06-2003, 10:00 AM
blindwig's Avatar
blindwig blindwig is offline
Ultimate Contributor

* Expert *
 
Join Date: Jun 2003
Location: New York, NY
Posts: 1,929
Default

Quote:
Originally Posted by rettnuc
Writing a VB-program, it runs only on Windows-machines.
I want to write a program which I can use on a SOlaris (Unix) machine.

Is that possible with VB?
Or should I use VC++? Other options?


I'm not familiar with it myself, but I hear a lot of our programmers talking about something called QT which is a development environment that can build code for multiple platforms. I don't think that it works with VB, but I really don't know the details. I think it's made by a company called TrollTech - see what you can find
__________________
"Fortunately, I live in the United States of America, where we are gradually coming to understand that nothing we do is ever our fault, especially if it is really stupid." -Dave Barry
Reply With Quote
  #5  
Old 11-06-2003, 10:13 AM
Ales Zigon's Avatar
Ales Zigon Ales Zigon is offline
Dead dog's ghost

Forum Leader
* Expert *
 
Join Date: Feb 2001
Location: Celje, Slovenia, Europe
Posts: 2,601
Default

Or, you can (if you have it) use Delphi/Kylix
__________________
Yes, MSDN comes with VB! Yes, you must have at least 25 post to have an avatar! No, you cant write your OS in VB! and NO, YOU CAN NOT DECOMPILE IT!

I'm sure there are things that are more important than me - I just can't thing of any...
Reply With Quote
  #6  
Old 11-13-2003, 08:10 PM
mquagliana mquagliana is offline
Newcomer
 
Join Date: Nov 2003
Posts: 2
Default REALbasic will get you to Linux

>> Writing a VB-program, it runs only on Windows-machines. I want to
>> write a program which I can use on a SOlaris (Unix) machine.
>>
>> Is that possible with VB?. Or should I use VC++? Other options?

No, that is not possible with VB or VC++.

However, REALbasic looks and feels similar to VB. The current version compiles native applications for Windows and Mac. Linux support is coming early next year. Support for Solaris has not been announced, but would not be a stretch once the Linux work is done.

They have a free VB-to-RB converter and a 10-day demo on their website. If you buy a license (or subscription) for their current version you can beta test their Linux support.

http://www.realbasic.com

> Except for Java all other languages are OS specific.

That is not at all true. In fact, most languages are NOT platform specific. (Examples:C, Pascal, SQL, Python, Perl). OS-specific languages got that way by the willfull intention of their creators. There is no "natural law" that forces everything except for Java to be OS-specific.


Matt Quagliana
Reply With Quote
  #7  
Old 11-14-2003, 02:24 AM
Flyguy's Avatar
Flyguy Flyguy is offline
Lost Soul

Super Moderator
* Guru *
 
Join Date: May 2001
Location: Vorlon
Posts: 18,885
Default

What they are compiled to is OS specific and the usage of the User Interface is different.
There are different UI controls on MS Windows, OS2, Gem, X, MacOS etc etc
So creating a generic UI can not be easily done without some development system like Java
Reply With Quote
  #8  
Old 11-14-2003, 12:11 PM
GavinO's Avatar
GavinO GavinO is offline
Coder of Fortune

Retired Leader
* Expert *
 
Join Date: Dec 2002
Location: Troy, NY USA
Posts: 3,120
Default

As far as I have seen, it takes a lot of effort from the beginning of a project to make it compile on multiple platforms without lots of edits for the port. I've seen only 1 project do it successfully; it was an insane amount of work for the two guys working on it to keep a little tiny 16-bit console app working on both DOS and Linux. While Java UIs feel bad (at least to me) its really the only way at the moment to have a multiple platform program without a lot of extra effort.
__________________
-- The Gavster
Like to IRC? Try irc.randomirc.com
GavServer
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Running processes name in all platforms atingoldy API 0 06-24-2003 08:21 AM
Windows Platforms API Help GGKauten API 2 10-24-2002 09:46 PM
P&D - Targeting various OS/browser platforms hankejh General 4 10-10-2001 06:09 PM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->