New Borland Development Studio
mesozoic writes "News.com is running a scoop on Borland's up-and-coming development suite, code-named 'Galileo'. It'll be compatible with both .NET and Java, and is aimed at developers who don't want to be cornered into using Microsoft's entire suite of programs. I personally am very nostalgic for Borland's old DOS-based IDE, and I'll be watching for this in the future."
Does anybody know whether Borland tools (new or old) are ABI compaible with MS' tools, especially for C++ (unmanaged)
i.e. do C++ libs compiled with VS.Net work with Borland's tools/applications?
Lenny Primak PP-ASEL-IA,Heli
I have tried all their tools, starting from CB 3 till 6, delphi, abd JBuilder, and i think this stuff is good. I really admire thier approach to IDE.
"Borland is hoping to position itself as an alternative for developers who want to target .Net, but who do not want to be locked into Microsoft's programming tools and technologies. "
.Net. And if you do want to use .Net (gasp), wouldn't you want to use M$'s programming tools and techonologies which will most likey integrate better and will probably be more productive than non-M$ products?
If you don't want to be locked into using M$'s programming tools and technologies, don't use
When I used to be a Microsoft guy, I really liked the way Visual Source Safe, Visual Studio and Visual Basic and SQL Server integrated. I had to admit, it was very slick. Buggy as hell, but very nice to work with. Sounds like Borland is streaching itself too thin with trying to be "an IDE for all seasons".
"Are you saying boo or boo-urns?" Booooooooo!
From the article:
Sweet Jeebus, Delphi 7 was *just* released! With *just* being defined as earlier this month. Now they're telling us that Galileo is coming out early next year? I certainly hope that D7 owners can get a break on this bundle, otherwise I can easily foresee lots of people just skipping D7 for Galileo.
Check out http://www.rhide.com/
When I first started playing with Linux I thought this was awesome. It let me develop in the old familiar Turbo Pascal 6/7 environment (which Borland also used for their Turbo C)...
I believe it even has it's own debugger (or runs gdb in a subwindow)... All the functions keys are the same too...
If you like those old IDEs, try this, you will never notice a difference.
Marques Johansson
Current Borland tools are not ABI compatible with MS tools. Rumor has it that they plan to fix this in Galileo.
dos is dead with me and xp:) - though i prefer 98 myself:)
If words don't seem to convince them download or order a trail version of CBuilder / Delphi from borlands site and show them that VC6 sucks.
It'll only take about 10mins to convince them!
thank God the internet isn't a human right.
For stuff like developing custom controls along with custom property editing, you can do pretty much anything in Delphi by overriding the correct object method. Finding what object method to override can require some searching, but once you figure it out it is clean and simple. Oh, and you look at the class framework source code if you are really stumped.
Once you get past the simple-minded Visual Basic style of programming and get into customizing the design-time behavior of controls for Visual Studio, the thing is a mess of attributes (runtime type info (RTTI) that are themselves objects) and classes you need to extend and plug into those attributes along with service providers, extender providers and gosh who knows what else. Who designed this thing? Did they put implants into Anders' brain?
I wonder how Borland is going to make some sense of this mess.