Forum > IDE/CodeTools
C++ code also, as in Kylix?
Bob Moore:
I have a huge body of C++ code that runs in C++ Builder and in Kylix 3. :( Are there plans to extend the project ot allow me to use this code?
I understand that the other IDEs in progress KDevelop/Qt Developer, Ajunta/Glade, etc.. do not have the RAD 2-way features I am used to on these Borland tools. I do not know if they are planned there either.
I realize I am a sheep herder in cattleman's country -- a water skiier in the middle of a sailing regata -- a jet skier in a quiet canoe's lake. I mean no offense. Please no flames on the wonders of Pascal vs C/C++. I am stuck with the C/C++ code, which is largely legacy (read -- we don't understand it, but it does work well and is very thoroughly debuggged).
Anonymous:
Honestly, I don't think that you should keep your hopes up in this issue because even for the Delphi compatibility there is still a long way to go in the Lazarus/Freepascal project. I am sure that the developers firts want to finish this part before doing anything with C++ .
And if you consider how many other multi-platform C++ tools are there (including Borland's C++BuilderX) I don't think that this would be a high priority for the Lazarus project.
The Lazarus project is still a long way to be comparable to Delphi or even Kylix. But it is progressing really well and very promisable.
Considering that Kylix is abandoned now by Borland (at least temporarily until 2005, maybe forever) there might be an increased interest from the Delphi/Pascal community to help in the Lazarus project so all those Windows Delphi guys can do cross platform development with an open source IDE/Compiler.
bsstmiller:
--- Quote from: "Anonymous" ---
The Lazarus project is still a long way to be comparable to Delphi or even Kylix. But it is progressing really well and very promisable.
Considering that Kylix is abandoned now by Borland (at least temporarily until 2005, maybe forever) there might be an increased interest from the Delphi/Pascal community to help in the Lazarus project so all those Windows Delphi guys can do cross platform development with an open source IDE/Compiler.
--- End quote ---
That is why I am here! Windows, Linux, Mac. Hope this is going to work!!!
Anonymous:
I know this may not be a solution(even literaly) but can't you make libraries from the C code and then call them from lazarus?
I know this is basicly impossible for some projects so don't flame me.
Anonymous:
I think what would be good, is not a RAD tool, but a general C++ Editing environment inside Lazarus. With simple project management, the ability to spawn your make of choice (Make/Jame/Ant/etc) and to track through the output, with a nice built in gui interface to you GDB back end of choice. Then you have 1 environment for all your programming needs. For example Load a C/C++ Project and the Window builders disappear, and it looks like a good C/C++ IDE.
Use C/C++ for embedded or system programming, and FPC/Lazarus RAD for your GUI programs. Best of both worlds. I think C++ isnt a very good RAD language anyway, cuse it isnt structured enough. RAD doesnt mean OO, so dont flame me. A good RAD langauge in my opinion should be simple, clear and unambiguous, pascal does the trick, and removes a lot of the pitfalls of C derived languages. From my experience, it is more rapid to write a working Pascal program than a working C/C++ Program.
Anyway, thats my 2c
Navigation
[0] Message Index
[#] Next page