Slashdot Mirror


Borland Releases Kylix 3.0 for Delphi and C++

An anonymous reader writes "Looks like Borland is giving us Kylix for C++ after all. Kylix 3.0 is available in Open, Professional, and Enterprise versions. Time to start banging out those CLX apps! The Register also has a story about this."

80 of 265 comments (clear)

  1. Correction to the Register Story by fm6 · · Score: 5, Informative

    The writer seems to think that Kylix 3 will be a C++ replacement for Kylix 2. Kylix 3 will support C++ in addition to the existing feature set.

  2. Delphi? by AccUser · · Score: 4, Funny

    I don't know about Delphi, but most of our code is developed in Delhi.

    --

    Any fool can talk, but it takes a wise man to listen.

  3. Free Download by kh0ng · · Score: 5, Informative
    heise [1] writes that there is a free version of Kylix [2] avaiable within the next few days. Its free and may only be used to develop Open Source applications.

    [1] http://www.heise.de/newsticker/data/hos-23.07.02-0 00/

    [2] http://www.borland.com/kylix/open/index.html

    1. Re:Free Download by nvrrobx · · Score: 2, Informative

      It's not really for only developing "Open Source" applications - it's restricted to GPL licensed apps. The BSD license is also an Open Source license, but apparently isn't allowed under the Free version of Kylix.

    2. Re:Free Download by mattdm · · Score: 2


      Can they do that? I thought that a person could not place restrictions on the output of their program, unless it actually contained copyrighted parts of the generating program in the output.


      I think it works by doing exactly that -- the required header files, etc. are distributed under the GPL. If you buy the commercial version, you get an alternate license.

    3. Re:Free Download by keesh · · Score: 5, Informative

      Yes, they can. Basically, the compiler links your code to a GPLed library. Therefore, by the terms of the GPL, you are required to GPL your own app.

      The 'commercial' versions don't do this, so you can license in any way you want.

      For the curious, they link to the same library, but only with the commercial version do you get the dual license option (you can choose between GPL or a non-restricted license that way).

    4. Re:Free Download by spotter · · Score: 2

      One could release their code under the GPL and BSD licenses. That would solve that problem. Under problem would be if you wanted to use an "Open Source" license that is more restrictive than the GPL.

    5. Re:Free Download by sg_oneill · · Score: 3, Interesting

      Actually it's been available for some time....
      I have the installer for it around somewhere, but I'm yet to fiddle with it yet for want of time. If it's anything like V1, it may have many of the wonderful library objects of the full version missing.... Sometimes I think that borland confuses free software for shareware.. *sigh* It's a shame though as Delphi/Kylix truely is a joyous language to program in.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    6. Re:Free Download by spotter · · Score: 2

      reading above comment, it seems that perhaps I'm wrong, if they link to a gpl'd library, must be gpld, can't dual license it.

    7. Re:Free Download by bmetzler · · Score: 2

      Sometimes I think that borland confuses free software for shareware..

      Really? Shareware has nag screens. I haven't seen any nag screens in Kylix 2 yet. Care to elaborate? Kylix OE appears to be a free version of Kylix Pro to me.

      -Brent

    8. Re:Free Download by dvdeug · · Score: 2

      if they link to a gpl'd library, must be gpld, can't dual license it.

      If you link to a GPL library, the combination of the program and the library as a whole must be distributed under the GPL. There's nothing wrong with offering the code under a BSD (no-ad) license; it would only have an effect if someone rewrote it to not use Kylix or if someone had the proprietary version.

    9. Re:Free Download by sg_oneill · · Score: 2

      nononono. I ofcourse presume that they removed the nag-like GPL screens of compiled apps generated from Kylix 1 in ver2? Did they? Borland *treats* the GPL as if its a second class of software. Principally the free-clx libraries are highly crippled compared to the non-free library... Implication.. Shareware.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    10. Re:Free Download by sg_oneill · · Score: 2

      I imagine that given time the "3.1 shareware" look thing will be less and less of a problem. I discovered pretty early on theat Delphi had (A)Shite loads (@ the torry.net site) of pretty widgets and the like for fairly tightly themed apps, and that a bit of creativity goes a long way. Things like using 'clickable' images for buttons (like one does with a web page) and taking advantage of things like the 'speed' buttons and the like. The widget objects tend to expose a lot of tweakability. Give Kylix time.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
  4. Re:Borlnd should stick to Java by N2UX · · Score: 2, Informative

    I can think of several great products released by Borland over the years - Turbo Pascal, Turbo C, and Turbo Basic to name a few of them. There was a time when Borland's products were the "compiler of choice" for most developers, especially in the CP/M and early MS-Dos days. For the longest time, Borlands Debugger (TDebug) was shipped with Microsoft's C compilers.

  5. Kylix is good. Kylix is great. by mojogojo · · Score: 5, Informative

    I've actually used Kylix 2.0 Open Edition to cross-compile a shareware game I've been working on in Delphi 6. It's very convienent to have one set of source code, and simply re-compile with Kylix for Linux distribution! (Yes, avoiding Windows API calls and such helps... plus I'm using JEDI-SDL (Simple DirectMedia Layer) for graphic/sound cross-platform stuff). Perhaps now instead of people saying, you can't develop cross-platform games with Delphi you should use C++... I can simple agree (instead of arguing and pointing out that Kylix is cross-platform) and say, sure, I could do that and use the same compiler I've been using all along... leaving certain code in Delphi, but re-writting parts in C++ (just for fun) but no, I don't have to use C++ it's just a language - I prefer Kylix 3.0 for my development environment!

    1. Re:Kylix is good. Kylix is great. by mojogojo · · Score: 2, Interesting

      I apologize for your headache, but I wanted to post at least SOMETHING that was relevant to the topic! More than half of the replies to the news of Kylix 3.0 release is a bunch of garbage.

      In the future, I'll try to spend an additional minute to edit my message to make myself more clear. how about:

      Kylix 3.0 integrates two great object-oriented languages into one very powerful IDE. Check it out!

      Would that have been better? Go drink some coffee you bastard.

    2. Re:Kylix is good. Kylix is great. by Graspee_Leemoor · · Score: 2, Funny

      "Kylix 3.0 integrates two great object-oriented languages into one very powerful IDE. Check it out!"

      What did they replace object pascal and c++ with ?

      graspee

    3. Re:Kylix is good. Kylix is great. by dthable · · Score: 2, Interesting

      Kylix 3.0 integrates two great object-oriented languages into one very powerful IDE.

      Only through a load of C++ compiler options. I used C++ Builder (the foundation for Kylix on Windows) and it's just full of special compiler constructs like __fastcall and other BS that just detracts from C++. Plus, the STL support just wasn't included. Nothing like needing to convert strings a million times just to interface with a standard C++ library. I'll be impressed when I can write applications using standard C++ language features and library APIs without learning about the pascal workings of this product.

  6. If they could get this used in schools... by FyRE666 · · Score: 5, Interesting

    This would be a major reason for schools on tight budgets to turn to Linux for computer programming classes! Why pay for the Microsoft tools (and tax) when this is available? Seems the LTSP folks should look into this...

    1. Re:If they could get this used in schools... by capt.Hij · · Score: 2
      First, MS is giving away the c++ stuff so it would be hard to turn away from that. (They do this for us anyways...) Second, from reading the article I was surprised to learn that it is "difficult" to program without a GUI.

      <BITCH>
      Damn, I must be a bigger freak than I thought. I find it much easier to use emacs and a makefile. dbx is a bit clunky but come on, is this stuff really that difficult? How come students freak out if they have to actually type something rather than click on it.
      </BITCH>

      More importantly, how come this makes it to slashdot, but this other article at The Register does not? Life isn't fair....

  7. Re:How seemless will it be by Blue+1ce · · Score: 2, Informative

    From the Borland Kylix 3 FAQ

    Q: What development languages does Kylix 3 support?

    Once installed, Kylix 3 delivers two separate IDEs--one for use with the Delphi language and one that supports C/C++. This support enables Kylix developers to provide solutions in the language that suits them or the language that is appropriate for the given project. Both IDEs take advantage of the sophisticated CLX architecture and each has corresponding support for crossplatform development with a Borland product for the Windows platform: Delphi language with Delphi, and C/C++ with
    C++Builder.

    Q: Can I use standard Linux development tools along with Kylix 3?

    Yes. For example, use build tools such as Make files or Ant, and editors such as vi or Emacs.

    http://borland.com/kylix/pdf/kyl3_faq.pdf

    So, looks like no GCC-support...

  8. Where are the screenshots? by Sleepy · · Score: 2

    I looked all over the Kylix website, and failed to locate any screenshots for their product. What gives?

    Yes, I know I can download a Trial, if I go through the registration process... but I just wanted to look at it.

    I've never heard of a product page without product images. Wierd. :-/

    Anyone have a link?

    1. Re:Where are the screenshots? by Anonymous Coward · · Score: 2, Funny

      It's an IDE. There's some buttons across the top and a text editor in the middle.

    2. Re:Where are the screenshots? by mojogojo · · Score: 3, Informative

      Screenshots of Kylix IDE...(an alpha version)
      http://www.drbob42.com/kylix/hotshot.htm

      I tend to agree with the Anonymous poster.. it's an IDE.. the power of CodeInsight, code templates, etc can't easily be demonstrated through a screenshot. Read through the Features to get an idea of what the environment supports.

  9. Re:amusing quote by jpvlsmv · · Score: 2, Insightful

    This guy is obviously not an emacs user.

  10. Re:Here how it works by feldkamp · · Score: 5, Informative

    They're *selling* it. They're only giving away an "Open" version. The open version can't be used to create commercial apps, and doesn't contain all of the components that make delphi development so easy and efficient. I use delphi at work (I've got it open now, actually), and I've tried the Open version of Kylix before at home... it's way watered down compared to the pro/enterprise versions of delphi/kylix. Still a really useful tool for simple, quick, and fast apps.

    It's not a bad business model, considering most people doing non-comercial development won't pay a hefty price for a professional development environment anyways.

  11. Re:How seemless will it be by RiBread · · Score: 2, Informative

    You can already find out how seemless the Object Pascal/C++ integration will be, Borland C++ Builder

    I've used BCB, and it's a quality product. It's not as clean as Delphi, but some PHB's I've seen get scared when you tell them you're going to write software in *shock* something other than C/C++.

    When it comes to working with databases it's just hard to beat the usefullness and quality of the Borland database components. You just have to do so much less work when you use them.

  12. Linux kernel compilation? by Jacek+Poplawski · · Score: 2

    Is there standard command line compiler in Kylix? Is it possible to compile existing programs - for example Linux kernel - with it?
    It will be nice if gcc wouldn't be only choice.

    1. Re:Linux kernel compilation? by CoolVibe · · Score: 2
      I believe there is a cmdline compiler supplied, but if you can compile kernels with it, that's anyone's guess.

      That leaves you with only one option: just try it :)

  13. Re:amusing quote by feldkamp · · Score: 2, Informative

    Yes, I believe it does have intellisense.

    Actually, until VS.NET came out, I would have said that Delphi/Kylix's intellisense was far superior to VC6 and everything else on the market. As of Visual Studio.NET, however, MS has made a comeback in the Easy-To-Use IDE race, and is on par w/ delphi.

  14. Re:How seemless will it be by CoolVibe · · Score: 2
    Yeah that would be cool. Being able to compile your Kylix C++ projects with a makefile/autoconf system and assorted Kylix libraries/components/whatever without needing the complete IDE/RAD environment.

    Although I wouldn't turn up my nose at the Borland compiler, it's a fast one, and it produces tight and good code.

  15. GCC and borland by johnjones · · Score: 5, Interesting

    ok borland have been shipping their CPP compiler for a while on linux (nothing new)

    what this release does I would think is link aganst the CLX to do the GUI stuff

    and add their CPP IDE (which is actually visual and drag and drop unlike microsofts which is just a text editor but they call it visual...)

    now if they where useing STANDARD CPP why should using GCC be impossible (I suspect they have a few broken things in terms of standard support just like gcc has a few broken things) and the fact that CPP changes every meeting does not help but it would be nice if they said what gcc would require to do this
    (I am not talking about opening up CLX just linking your code with it useing gnu tools)

    borland selling in effect libs and a IDE would be a good thing IMHO

    regards

    john jones

    1. Re:GCC and borland by joib · · Score: 2

      1) No, I don't think so.

      2) There's always the risk of name conflicts when linking another combination of software than the original. Of course your point is valid in the sense that "normal" identifiers can be put into namespaces, while IIRC #define:s can't. There are very good reasons for avoiding use of #define, see the post by NDsalermo below your post for the real reasons. In C++ one generally uses const variables and inline functions instead of #define.

  16. Re:Too bad the BDE is dead by cheezedawg · · Score: 2

    You are kidding, right? When I was developing applications in Delphi, we were going out of our way to avoid the BDE. It was a pain to make sure that the users had the proper BDE configuration (some wierd BDE setting getting changed was the cause of 75% of our database problems). Plus the BDE initialization added at least 10 seconds to the program startup time. We were MUCH happier when we went with the native drivers and some direct access components.

    --
    "The defense of freedom requires the advance of freedom" - George W Bush
  17. Re:amusing quote by DearSlashdot · · Score: 2, Insightful
    Since when is having multiple xterms "not easy to use"?

    How about for people who are still learning how to code? Oh, I forgot, real 1337 linux hackers never went through that phase, they came out of the womb with their knowledge.

    All other things being equal, an integrated RAD environment will very often shorten time to code and debug a project. It is definitely easier to use a RAD tool like Delphi than just a text editor and command-line tools. For some people, it may not be that much different. For others, that may be the difference between getting into programming and not.

    Oh, I forgot again, you don't want those people in your precious Linux world.

    --

    "Why should we leave America to go to America Junior?" - H. Simpson, on visiting Canada
  18. This also affects NWN. by rasjani · · Score: 4, Interesting

    Never Winter Nights gameeditor for linux hasnt been released because of this. It was build with c++ builder but they couldnt release it for linux because they didnt have Kylix yet to allow. Yew! Wonder who fast isle can provide the editor ;))

    --
    yush
    1. Re:This also affects NWN. by LMCBoy · · Score: 2

      Wonder who fast isle can provide the editor ;))

      isle? You mean Black Isle? They have nothing whatever to do with NWN...it was produced by Bioware, and published by Infogrames.

      It would be cool indeed if they port the NWToolset. My fingers are crossed, but I don't expect it anytime soon; the Live Team is pretty busy squashing bugs at the moment...

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    2. Re:This also affects NWN. by rasjani · · Score: 2

      My fault, true, i meant Bioware. Somehow i allways thougt that they are same company, where Black Isle is the coding team and Bioware the marketing one..

      --
      yush
    3. Re:This also affects NWN. by LMCBoy · · Score: 2

      hehe, nope you've got it backwards. For the BG series, Bioware developed, and Black Isle (a division of Interplay) published/marketed. However, for NWN Bioware dumped Interplay, so now Black Isle and Bioware are completely separate now (although Black Isle is using Bioware's old Infinity engine to create Icewind Dale 2).

      --
      Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    4. Re:This also affects NWN. by eddy · · Score: 2

      Actually, Kylix use a new component library (CLX), so they can't actually 'port' the toolset, which was written using VCL or whatever the old libs was called. Well, not easily.

      --
      Belief is the currency of delusion.
    5. Re:This also affects NWN. by eddy · · Score: 2

      I think the toolset was built using v5. The executable contains references like 'vcltest3.dll' and a lot of 'D:\COMP\BORLAND\CBUILDER5\INCLUDE\VCL'-stuff (assertions I think).

      --
      Belief is the currency of delusion.
  19. Re:amusing quote by Junta · · Score: 2

    I can't stand VS .net, I started using it and then tired of the crap and found VS6 much more straightforward. In either case I'm glad I rarely need Visual Studio, as most of my development is either *nix or cross-platform.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  20. Re:Has Borland dropped their dependency on Qt yet? by SwellJoe · · Score: 4, Interesting

    So you'd use a proprietary product, just not if it uses another proprietary product? (that is distributed under a very similar, and even less restrictive, license!)

    How is Borland any less evil than Troll Tech?


    Huh? How is Troll Tech evil? People wanted QT under the GPL, and lo and behold, they released it under the GPL. Seems like a nice bunch of folks to me.

  21. Re:amusing quote by Peter+La+Casse · · Score: 2, Insightful
    How about for people who are still learning how to code?

    For them, nothing is easy to use, since coding is full of new concepts that they don't understand yet.

    Using multiple xterms is not more difficult than using multiple windows within an IDE, and both require the multiple window concept in order to display different files simultaneously.

    Now, coding in a single window, closing one file in order to view another - that's more difficult / less productive.

  22. 2002-07-23 13:28:19 Kylix 3 out soon (rejected) by oliverthered · · Score: 2

    Grrrrrr.....
    anyhows

    C++ looks good, C Builder has always had far better debuging tools than Delphi, I hope Kylix C++ has decient debugging.

    The professional version now has a postgres driver, there was a serious lack of DB drivers in Kylix 1 professional.

    Kylix 2 had an odd dependency on Wine I hope thats fixed now.

    Looks like it's time to upgrade that Kylix 1 Pro box set I've got sat on the shelf...

    --
    thank God the internet isn't a human right.
  23. C++ interoperablility (or lack thereof) by Principal+Skinner · · Score: 3, Interesting

    Perhaps more important, on the C++ side, is the general fact that code compiled with one C++ compiler is not likely to work with code generated by a different compiler. C++ specifies the use of name mangling, but doesn't specify how that is to be implemented. So all your class names and so on are represented in some compiler-specific way in the shared libraries, making them inaccessible to programs compiled with a different C++ compiler, unless the makers of the two compilers have gotten together and somehow agreed on exactly how to do the name mangling (which has not happened to date, that I've heard of).

    I can't speak for C support, but the failure of Borland C++ to support the GNU compiler is inevitable, and not anyone's fault, except maybe Bjarne Stroustrup's.

    --
    one hundred twenty
    is just enough characters
    to write a haiku
    1. Re:C++ interoperablility (or lack thereof) by ianezz · · Score: 3, Informative
      ...have gotten together and somehow agreed on exactly how to do the name mangling

      Well, it's not only name mangling, but also how exceptions are handled, how memory is (de)allocated, etc. A C++ ABI is more than just name (de)mangling.

      OTOH, there is an ongoing effort to define a common ABI for C++, and GCC 3.x uses that: see here for more info.

  24. Re:From C++ to Pascan and back? by Betcour · · Score: 2

    You are confused. Delphi/Kylix used Object Pascal and is fully object. There's no problem mapping it to C++ or the other way around.

  25. things the open version does not include by Raleel · · Score: 2

    exporting the project to GNU makefile....

    several shortcuts and completion style things

    debugging spawn processes, connecting to running processes. Almost anything debugging related it appears

    dataaware compents such as labels (!), edit boxes, listboxes...

    and a lot of other nice features.

    No complaints, they are trying to sell it :)

    --
    -- Who is the bigger fool? The fool or the fool who follows him? --
  26. Re:Here how it works by Pig+Hogger · · Score: 2
    They're *selling* it. They're only giving away an "Open" version. The open version can't be used to create commercial apps, and doesn't contain all of the components that make delphi development so easy and efficient. I use delphi at work (I've got it open now, actually), and I've tried the Open version of Kylix before at home... it's way watered down compared to the pro/enterprise versions of delphi/kylix. Still a really useful tool for simple, quick, and fast apps.
    Obviously, they did that thinking of the children... Geek kids can download Delphi and learn to program for free; what else would be better to insure a steady flow of able programmers for the future???
  27. What is the "GNU Perl toolkit"?! by joneshenry · · Score: 2
    Reading the Register's article I came across the bizarre phrase "GNU Perl toolkit". I have never heard of this toolkit. A google search of the exact phrase "GNU Perl toolkit" returns nothing. The FSF's page on Perl has nothing mentioning any sort of toolkit, whereas their page on Java has many projects listed.

    A search of google did reveal however that there is a shocking number of companies who seem to believe that there is something called "GNU Perl" including apparently IBM. I'm not holding my breath for RMS to spend any of his time correcting this widespread inaccurate credit of Perl to the GNU project.

  28. Re:Too bad the BDE is dead by ArcadeNut · · Score: 2

    I agree 100%. I have been using Delphi since the day it came out (Feb '95) and the BDE was the biggest pain in the ass for deployment!

    When they dropped the BDE requirement for Database developement (other than getting a 3rd Party DB package) it was a God-send!

    I haven't used the DB stuff in Kylix yet, but it will be interesting to play with.

    --
    Visit the Arcade Restoration Workshop @ http://www.arcaderestoration.com
  29. Troll Tech, Qt license? by mughi · · Score: 2
    Huh? How is Troll Tech evil? People wanted QT under the GPL, and lo and behold, they released it under the GPL. Seems like a nice bunch of folks to me.

    Not quite. People really wanted it under the LGPL or BSD licenses, just like GTK+, FLTK, FOX, wxWindows, etc.

    One of the problems (unless you follow Stallman's manifesto) is that although the Free version is free for open-source, their commercial licenses are structured so that if at any point in time your software project is touched by a free (free, non-commercial, acedemic, etc) version of Qt, you may never at any later time buy a commercial license and release your software commercially.

    1. Re:Troll Tech, Qt license? by mark-t · · Score: 2
      This is inapplicable to Kylix. Purchasers of it have permission to produce and distribute open or closed source, and free or commercial applications, regardless of Troll Tech's licensing. The dependancy upon QT is already covered -- the license to use it in a commercial app is covered when you buy the Borland tool (strikes me as the most economical way to accomplish it too... considering the price).

      I don't care for Troll Tech's licensing either, but be asssured that Kylix's dependancy on it will not create any problems in that regard.

    2. Re:Troll Tech, Qt license? by mughi · · Score: 2
      This is inapplicable to Kylix

      Maybe, maybe not. However, for purchasers of Kylix things seem safe.

      the license to use it in a commercial app is covered when you buy the Borland tool

      As long as it does cover this properly, then it's a good thing. But... one just has to be careful to start by buying it, and not using a free version for things that might ever want to branch commercially.

      It seems like the Qt license itself: pay up front and there are no problems.

    3. Re:Troll Tech, Qt license? by mark-t · · Score: 2

      Well... the free version can only be used to make GPL apps, which is in synch with TrollTech anyways, and by the GPL, derivative works, of course, must also be GPL unless they are put under the new license by the owners of the copyrights on the various sections of code. If that were to happen, the developer would have to purchase Kylix 3 anyways, and would simultaneously purchase the right to distribute stuff without it being GPL, even if it were dependant on QT.

    4. Re:Troll Tech, Qt license? by mughi · · Score: 2
      If that were to happen, the developer would have to purchase Kylix 3 anyways, and would simultaneously purchase the right to distribute stuff without it being GPL,

      Right.

      even if it were dependant on QT.

      No. Not according to all the TrollTech info. Unless Borland has some new clause in their Qt packaging. You wouldn't happen to have the relevent sections of Borland's license, would you? (They don't seem to have it up separately)

    5. Re:Troll Tech, Qt license? by mark-t · · Score: 2
      Not according to all the TrollTech info. Unless Borland has some new clause in their Qt packaging. You wouldn't happen to have the relevent sections of Borland's license, would you?
      No, but as I mention elsewhere in this slashdot topic, I was in a forum on this topic with a Borland developer once, and I learned that the Borland license that you purchase was to include Trolltech's commercial license with respect to how you can distribute applications made with C++ Builder.
    6. Re:Troll Tech, Qt license? by Omnifarious · · Score: 2, Insightful

      Ahh, so you wanted it under the LGPL so you could make money and Trolltech couldn't. How very well-spirited and thoughtful of you.

  30. Re:wine by uradu · · Score: 2

    > That's why it's an odd dependency

    That wasn't odd at all. They already had a full IDE for win32 which they wanted ported to Linux ASAP, and using winelib was the quickest way. That would buy them time to then rewrite it natively at their leisure. The compiler OTOH emits native code that requires only Qt. While the IDE itself is written in Delphi, some parts of it aren't (like the code editor) or might possibly use win32-isms, so it wasn't a simple recompile with the Linux compiler.

  31. Re:amusing quote by DearSlashdot · · Score: 2, Insightful
    For them, nothing is easy to use, since coding is full of new concepts that they don't understand yet.

    I think you are drawing a too black-and-white distinction here. The fact is, someone learning understands things to varying degrees. Using a tool like delphi that 1) has excellent integrated debugging, 2) has excellent integrated, context-sensitive documentation, and 3) has excellent intellisense shortens that learning curve by taking what they know and making it easy for them to access the documentation and declarations, and extend their current knowledge. If they were completely in the dark, neither command-line nor RAD would be much of a help. But that's not the reality for most people (at least not for very long).

    Take Delphi. I want to use an object. I type the object's name, dot. Up pops a box with all of the properties and methods, in order of inheritance, with their parameter declarations. I can instantly see what options I have, which give me a great deal of insight into what this object does. If I need more, I press F1, and the help takes me to the object or property that I am on. Functions work the same. Type [function]( and up pops the declaration, so you can see exactly what you need to send this. Hit F1, and...you get the point.

    I find myself relying on Delphi's intellisense features to help me code because it reduces typos and is a lot faster. And that's just one feature. A good RAD environment is extremely useful for both newbies and veterans.

    This is less about difficulty than it is a matter of efficiency and expense. It costs more time, effort, and mental overhead (for most people, there are always exceptions) to work with multiple windows and command-line tools than with an integrated environment. I would argue that a great many, if not most, people would find that the benefits of a well-designed RAD tool are worth the costs ($ and time to learn how to use it properly).

    --

    "Why should we leave America to go to America Junior?" - H. Simpson, on visiting Canada
  32. Re:MS by uradu · · Score: 2

    > KDevelop

    Because nothing new comes from the K people, it's all just rehashes of existing software.

    > JBuilder

    Like VS? You must be kidding me. How exactly? If anything VS.NET copied copious amounts of ideas from JBuilder and Delphi--such as tabbed editors, the task list, the enhanced property editor, etc.

  33. Re:standard CPP by Zordak · · Score: 2

    I personally believe that the __property keyword should be adopted by the ANSI C++ standard. There were so many times before I discovered Borland that I thought, for example, "I wish C++ had something like read-only members." Suddenly, I discover this nifty __property keyword that lets me do exactly that, or even better, to cause a read or assignment to execute code. It may not be ideologically pure (a purist will say an assignment will assign and do nothing more), but it is so useful and so in line with the C++ philosophy of hiding complexity, I just think it belongs. AnsiString would be a nice addition to ANSI C++ too.

    --

    Today's Sesame Street was brought to you by the number e.
  34. Re:How seemless will it be by mark-t · · Score: 3, Interesting
    I had asked this question some time ago (a bit over a year ago) of a Borland developer in a forum where the subject of C++ Builder for Linux was a topic.

    The long and the short of his answer was that we really can't expect a whole heckuva lot. The developer stated that it was not likely to be highly interoperable with conventional Linux development languages and tools. Certainly importing will be possible, but you couldn't expect, for example, gdb to be very successful with it, nor would it be likely that gcc or g++ be able to link with libraries or object files that were created with C++ Builder for Linux. Further, because C++ Builder extends the C++ language to accomodate certain features, it will not be possible to compile C++ Builder source code with g++.

    I hate being the bearer of bad news (I found it discouraging, at any rate), but I'm just repeating what I was told by a Borland developer. As I said, this was about a year ago, so if there is more up-to-date info on this topic from an authorized source, I am sure I'm not the only one here who would be interested in hearing it.

  35. Re:standard CPP by oliverthered · · Score: 2

    I aggree...

    C++ is a very natural language with opperator overloading etc... but they never sorted out properties and closures.

    You have to use getters/setters or nasty signal slot hackarrounds.

    --
    thank God the internet isn't a human right.
  36. Speed? by IamTheRealMike · · Score: 2
    Maybe this was just me, but when I last tried Kylix 2 I found it incredibly slow and buggy. This is such a shame, as Delphi is excellent. I put this down to it being a winelib app, is this still the case? Can anyone who's used it for serious work tell me how it holds up?

    thanks -mike

  37. Re:Nag screens?!?! by bmetzler · · Score: 2

    Before time limited apps there was missing functionality (what the parent was refering to).

    As far as I know, Kylix isn't time-limited either. So missing functionality must be the determining feature for which constitutes "shareware". I would still maintain though that this isn't shareware, because it's released for a specific purpose with a specific feature set. Next thing you know, someone will be complaining that Borland releases a "Personal" edition for less money, but with less features.

    -Brent

  38. Re:Has Borland dropped their dependency on Qt yet? by mark-t · · Score: 4, Informative
    Wrong, wrong, wrong, wrong, wrong!

    I don't know about the other apps you mentioned, but if you purchase Kylix, regardless what happens to Trolltech, you have the right to create and distribute apps you create with it however you like. Any licensing changes made by Trolltech can't apply retroactively, so the stuff you get with Kylix will still be fairly licensed to you to use in whatever manner you want. Okay, you may not be able to link with their latest libs, but you'll have the right to distribute the libs you got with Kylix with applications that use them anyways!

    This won't be a big problem because you won't be able to link with those libs with g++ or gcc -- only C++ Builder for Linux. As for Kylix 3 Open, the issue of linking with QT is already covered by Borland's licensing restriction on it which requires that applications built with it be GPL'd, which goes back in synch with TrollTech's license policy anyways.

  39. Wanted: platform agnostic environment by smittyoneeach · · Score: 2

    We're close with this. In some glorious future, there will be a C++Builder that doesn't care if it's running under Linux, 'Doze, or OS X for that matter.
    While we're at it, the groovy IDE is nice, but making all of the plumbing interchangeable is a Good Thing.
    Don't mind paying for well thought-out product, just don't want the blood-on-goatskin experience of dealing with Redmond.
    I guess CodeWarrior specializes in that sort of platform gymnastics, but their pricing for the Palm version didn't excite a purchase out of me...
    Anyway, I had gaffed off the upgrade from C++Builder 5 in anticipation of this...

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  40. Re:amusing quote by Pfhreakaz0id · · Score: 2

    I've worked in both, and didn't really find Delphi all that different from VB. I could get to the code just as easy in VB6. Delphi was different syntax, and a little more OO. Disclaimer: I didn't do a great deal of Delphi programming and I never used VB before 5.0 ..

  41. Re:amusing quote by Pfhreakaz0id · · Score: 2

    ah, well that would expain it. I've heard from folks I consider knowledgable that VB before 4.0 was a steaming pile of shit :)

    IDE wise, Delphi 4/5 and VB 6 were pretty similar, as I recall (I don't do VB much these days).

  42. Re:Has Borland dropped their dependency on Qt yet? by mark-t · · Score: 2

    That's exactly what I was saying. If you've paid for Kylix, you'll have Trolltech's commercial license already. So you _can_ take option 1, because Trolltech will have already received compensation from you indirectly through Borland (assuming, of course, that you did get the commercial version).

  43. Preprocessor as a language is no better. by NDSalerno · · Score: 2, Insightful
    You got to be kidding me. I would never write code like that. This kind of programming is what makes MFC a bad library. Your C/C++ macro preprocessor is a tool, not a language. Don't use it like a language. Here is a short list why:
    • Can't trace preprocessor code during debugging.
    • Can't inspect the value of a #define during debugging. I prefer const variables.
    • You undermine the code completion because it doesn't know about the existence of the property. When you press '.' or '->' you will not see your property in the popup window.
    • Can very easily introduce obscure bugs that can be hard to find.
    Take a look at MFC message maps to understand why using the preprocessor as a language is a mistake. I'm sorry but I disagree with you. Altering the language can be a good thing. Adding a new feature is not the only criterion for altering the language. If the alteration helps productivity then I am for the alteration being done. C++, especially, could really use it.
  44. Nasty Open License by nilstar · · Score: 2

    Does it still have the clause in their open-edition licence that they have permission to come in & search your premesis (to check for commercial usage) if you install their software?

    --
    ===> An eye for an eye makes everyone blind - MG
  45. Re:MS by uradu · · Score: 2

    > Class Explorer

    Borland has had that one for a LONG time, since before VS even existed. Just go check out BC++ 3. Not integrated as a dockable pane, but that's simply an evolution of a prior concept into a contemporary UI metaphor.

    > Form Editor

    Huh? Oh, you mean the VB form designer. Let's not lump VB features together with VC features, since the latter certainly won't benefit from any of the features of the former. The whole term Visual Studio is really a misnomer, because it's certainly not an integrated environment, but rather two completely and utterly unrelated IDEs. Within the context of this thread I will assume VS to mean VC. And as far as the form designer in VC is concerned, well, Borland has had the Resource Workshop for a very long time, also long before VC's time, and that offered the same paradigm.

    > Message Window

    Well, you kinda NEED that one with MFC development, unlike in JBuilder, so I'm not sure it qualifies as a feature as much as a shortcoming.

    And the whole docking tool window concept is hardly Microsoft's creation either. Corel and Lotus have been using it for a decade, long before Microsoft adopted it and put its own visual style on it.

  46. But when do the training wheels come off? by extrasolar · · Score: 2, Insightful

    But when do the training wheels come off? Either you learn to adapt to new environments easily, or you use an environment that will always be there and will always provide what you need it to do.

    While you can rely on a language, you shouldn't need to rely on the tool. Especially proprietary tools.

    This is probably one reason a lot of really good developers prefer the unix tools, mostly emacs or vi rather than the latest fad, because a fad is exactly what it is. One year its C++ and Visual Studio, the next year its Java, now its .NET and C#. Yet Unix people are still using the same tools they've always used, emacs or vi, and just drop in a new compiler and extend the syntax rules in the editor for the new programming language. On proprietary systems, developers purchase a new system.

    So I think you're right when saying that developing in a "visual" environment is easier and you can catch on to programming quicker. But I believe that investing some more time into a "unix" tool is more valuable for your programming career. Actually, this isn't my idea--something I read on USENET.

    And that's why I am spending time learning emacs. Because I don't think I'm wasting my time.

  47. OT: If they could get this used in schools... by Peter+Harris · · Score: 2

    Yep, you want something that is simple enough to not overload your brain with details while you are trying to grasp the general principles.

    Examples:
    Python's Tkinter module (from within IDLE or just a Python shell)
    FLUID, the almost unbelievably easy C++ IDE for libfltk).

    There are richer IDEs with more features, but in their respective computer languages, these would be hard to beat for simplicity. I think there's a pretty cool Scheme one too, but I forget what it's called.

    --

    -- What do you need?
    -- Gnus. Lots of Gnus.
  48. Download for Kylix 3 is NOT yet available ! by Taco+Cowboy · · Score: 2



    Kylix 3 is NOT yet available for downloaded.

    If you go to this page :

    http://borland.com/products/downloads/download_kyl ix.html#

    you will see that the latest version of Kylix (open version) is version 2.

    So, who has the url for downloading Kylix 3 ?

    Care to share ?

    --
    Muchas Gracias, Señor Edward Snowden !
  49. Announcement, Not Release by fm6 · · Score: 2

    The product hasn't been released yet! Not even the non-free versions. The web site doesn't make this clear, I admit.

  50. Re:__property - Re:standard CPP by Zordak · · Score: 2

    Now I see that we need to form a special interest group: The Consortium of Programmers who want Properties in C Plus Plus, or CPP-CPP for short. Now we just need somebody with some extra money lying around to host the domain http://cpp-cpp.org and we can start gathering support, and before you know it, we'll have bought our very own U.S. Senator! Huzzah!!!

    --

    Today's Sesame Street was brought to you by the number e.