LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Cross-compilation from Borland C++ Builder to GNU G++ (https://www.linuxquestions.org/questions/programming-9/cross-compilation-from-borland-c-builder-to-gnu-g-428860/)

lucky6969b 03-27-2006 12:36 AM

Cross-compilation from Borland C++ Builder to GNU G++
 
Hi,
I want to convert a BCB app directly to GNU C++ with minimal efforts. Is this possible? I understand that the component libraries are different. Can I just "map" the target source code as closely as possible between Windows and Linux Platform? say some software might do

class a : public TForm

to

class a : public X11R6Form

etc

What is your opinion on this move?
Thanks
Jack

Jaqui 03-31-2006 03:26 AM

I would try working with Borland's BuilderX designed to port borlands C++ Builder prjects to any platform.

it may meet your needs


All times are GMT -5. The time now is 06:29 AM.