Slashdot Mirror


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."

4 of 24 comments (clear)

  1. C++ ABI Compatibility w/Visual Studio.NET? by lprimak · · Score: 3, Interesting

    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
  2. Re:Am I missing something? by RevAaron · · Score: 3, Funny

    Well, he had to say something negative about the MS product, or he would've been mocked, ignored, and/or modded down on basis of finding out about a MS product that may actually work. :)

    --

    Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
  3. Borland DOS-IDE Nostalgia by displague · · Score: 3, Informative

    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
  4. Re:Am I missing something? by NDSalerno · · Score: 5, Insightful

    "...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?"

    Not true. As an example, one would logically think that because Microsoft develops MS Windows then Microsoft's Visual Studio is the best tool for making GUI apps, COM objects, ActiveX, NT services, etc... Heh, not so. Well, ok, Visual Basic is pretty slick with COM/ActiveX, but it's crap for anything else. Likewise, Visual C++ just plain sucks (and I will spare the WHOLE story why I think it sucks). Surpisingly, Delphi makes writing GUI apps, COM/ActiveX, NT services, etc., very easy. But wait! Borland doesn't develop MS Windows, how could this be so?

    Still don't believe. Try this out. COM development in Visual C++ wasn't pretty, in fact you had to know two languages: C/C++ and IDL (which is not the case with Delphi, no IDL programming required). Then Microsoft came out with COM+, which was COM with some niceties for development, like automatic reference counting for example. Now did Borland update Delphi to support COM+. Guess what? They didn't really need to. They already had it before COM+ was invented! What? That doesn't make sense. Well check this out. When Borland made support for COM, their IUnknown interface, and sub-interfaces, were designed with some of COM+'s features in mind, for example the reference counting. So while Visual C++ programmers were having fun with COM in the sadistic sense, COM+ finally came out and the Delphi developers said "heh, we already were doing that, COM+ doesn't really apply to us".

    So much for the MS tools must integrate with MS technologies better than anyone else. As for .NET you have to keep in mind that part of what makes up .NET are the standard protocols. Speak those protocols and you are in the game (especially with repsect to web service development). Now it may be nice to also have the ability to use .NET classes (the assemblies), but it is not a requirement. Either way, Borland has yet another chance to show that they can make very quality .NET compatible development tools while not being Microsoft, despite Microsoft developing .NET.

    As a side note, Microsoft hired some of Borland's top talent away from them. Some of them help develop .NET. The core architect of the original Delphi, Anders Hejlsberg, co-authored the C# language!! So in a way you can say that Microsoft developed .NET but Borland indirectly developed .NET. As a final note, Borland sued Microsoft for such low-ball tactics. So much for fair competition.