vote up 3 vote down star
2

Hello,

Before I go ahead and invest time checking out RealBasic, I'd like some feedback from people who have moved on from VBCLassic and use the Windows version of RealBasic to write professional business applications.

Is the language good enough, are there enough third-party add-on's to solve the inevitable shortcomings, etc.?

Thank you.

flag

61% accept rate
What is RealBasic and why don't you just use VB Express 2008 ? It's free. – Cheeso Oct 25 at 19:57
Because the audience I'm aiming at is anything but computer-savvy, so I prefer not to have external dependencies as much as possible. – OverTheRainbow Oct 26 at 19:29

2 Answers

vote up 2 vote down

I was never a big VB6 developer, but I have used VB.NET quite a bit. REALbasic is a great substitute for creating desktop applications, but there are some things it cannot do, such as create DLLs or COM objects.

The REALbasic language is significantly more robust than VB6, it's fully object-oriented, has introspection/reflection and even has some dynamic capabilities. The IDE is a lot nicer than the VB6 IDE. But VB6 is 10 years old now and REALbasic is updated regularly, so it ought to be better.

There is a weakness in the 3rd party control market. You won't find anything as good as the grid controls available to VB6, for example. Reporting has been a weak area until recently. REALbasic itself now includes reporting capabilities and there are several 3rd party reporting tools available.

I've created quite a few professional business apps for Windows using REALbasic, but I do all my development on Mac OS X and use VMware Fusion and REALbasic's remote debugger to test and debug on Windows XP/Vista/7.

link|flag
Thanks for the feedback. – OverTheRainbow Oct 26 at 19:31
vote up 0 vote down

REALbasic is free on linux. Install a dual boot system on your PC. Ubuntu would be a good bet here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.