|
-
Mar 30th, 2008, 06:21 AM
#1
Thread Starter
Addicted Member
Looking for RAD to replace VB 6.0
Hello All,
I am considering a replacement for VB 6.0, any information would be very helpful.
I considered the following candidates
1. Visual Studio.net: Expensive
Does .net support other OS apart from Windows ??
2. Delphi: Looks like VB but is expensive
3. RealBasic 2007
They claim VB applications can be easily integrated, support for all platforms included.
The trial version slowed the computer to a snail's pace....
3. Lazarus:
Open Source, Support for all platforms, has an IDE like Visual Basic...I am downloading the software...
Are there any other RADs that are worth considering.......
thanks
aa
-
Mar 30th, 2008, 06:32 AM
#2
Re: Looking for RAD to replace VB 6.0
The .NET express edition as not expensive.
In fact, they can be downloaded from Microsoft's web site for free.
-
Mar 30th, 2008, 06:45 AM
#3
Re: Looking for RAD to replace VB 6.0
You can also get the Express version of SQL Server 2005 if you want.
-
Mar 30th, 2008, 11:41 PM
#4
Fanatic Member
Re: Looking for RAD to replace VB 6.0
Although its windows only for .net at the moment. There is the mono project for linux and ive heard that there trying to implement a framework that will fit on a microchip.
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Mar 31st, 2008, 05:27 AM
#5
Re: Looking for RAD to replace VB 6.0
Would that still be a RAD environment?
-
Mar 31st, 2008, 06:32 AM
#6
Re: Looking for RAD to replace VB 6.0
 Originally Posted by CodedFire
Although its windows only for .net at the moment. There is the mono project for linux and ive heard that there trying to implement a framework that will fit on a microchip.
What do you mean? .Net fits on a microchip right now... in your desktop.
Microsoft has said before they're only interested in developing the .Net framework for their OSes so the only support you're going to get .Net wise on other platforms is Mono.
-
Mar 31st, 2008, 06:38 AM
#7
Re: Looking for RAD to replace VB 6.0
 Originally Posted by arunb
I am considering a replacement for VB 6.0, any information would be very helpful.
If you're using just Windows (maybe some minor Linux), then I would go with .Net. Many items in .Net 2.0 will work with Mono so you may be able to do some minor Linux / OS X applications but remember, at least on OS X they won't execute like native applications. I think you may need to do some additional work to make it look like a native app.
If you want cross-platform then you should look at either Java or wxWidgets. Java will be more RAD like and will work on all platforms. wxWidgets can be used with C, C++, Python and possibly more languages (I'm only familiar with the C++ side of things) and allows you to build your application fairly easy and quickly but you'll need to use a lower level language. Using wxWidgets is almost RAD as you can get a GUI up really quick but there are somethings, since it's using a lower level language, that may be more time consuming.
So go with .Net for Windows (and maybe very minor Linux) RAD.
Go with Java for cross-platform RAD.
Go with wxWidgets for cross-platform almost RAD.
-
Mar 31st, 2008, 08:47 AM
#8
Fanatic Member
Re: Looking for RAD to replace VB 6.0
 Originally Posted by kasracer
What do you mean? .Net fits on a microchip right now... in your desktop.
Microsoft has said before they're only interested in developing the .Net framework for their OSes so the only support you're going to get .Net wise on other platforms is Mono.
I heard its an extesnion of the micro framework, although maybe im picking it up wrong and it is a project involving the micro framework. anyhow micro framework: http://www.ecnmag.com/embedded-dot-net.aspx
@Hack: never tried mono so i wouldn't be able to say if thats a RAD, although the micro framework plugs into Visual Studio so it would be a RAD.
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Mar 31st, 2008, 09:01 AM
#9
Re: Looking for RAD to replace VB 6.0
 Originally Posted by CodedFire
Ah I haven't seen that before. Cool and good read
-
Mar 31st, 2008, 09:11 AM
#10
Fanatic Member
Re: Looking for RAD to replace VB 6.0
Yeah looks good alright, came across the idea in MAKE mag. Anyhow back to the topic, i suppose it VS would be a good rad for the OP. Anyhow its free so there is no point NOT having it.
Languages: Visual Basic 05/08, C# 08
IDE: Express Editions
Framework: 2.0, 3.0, 3.5
Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak
-
Mar 31st, 2008, 03:47 PM
#11
Re: Looking for RAD to replace VB 6.0
ICSharpCode is another free one, isn't it?
-
Apr 1st, 2008, 12:19 PM
#12
Hyperactive Member
Re: Looking for RAD to replace VB 6.0
 Originally Posted by mendhak
ICSharpCode is another free one, isn't it?
the product name is actually sharpdevelop iC#code is the group that put it together, quite nice for a freebie actually.
--"Tap Dancing On The Brittle Edge Of Sanity"--
-
Apr 1st, 2008, 01:57 PM
#13
Re: Looking for RAD to replace VB 6.0
Ah right, SharpDevelop. I wouldn't know of course, what could possibly beat Visual Studio? 
(Aside from two Visual Studios)
-
Apr 1st, 2008, 02:19 PM
#14
Re: Looking for RAD to replace VB 6.0
XCode is actually pretty nice. Still doesn't beat Visual Studio but it's better than SharpDevelop. Unfortunately you better know Objective-C or C++ to use it.
-
Apr 4th, 2008, 02:47 AM
#15
Thread Starter
Addicted Member
Re: Looking for RAD to replace VB 6.0
just checked out lazarus ide, it uses freepascal and is free, it also supports windows,linux and mac.
the ide is similar to vb and I could very easily make an application in just a few minutes..
bye
a
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|