PDA

View Full Version : Borland C++ in ubuntu?


meistwer
December 29th, 2005, 08:49 PM
Hi there,

I've just managed to install Ubuntu in my machine and it all works fine so far, just few things had to be sorted by hand. My question is if anybody knows any C++ compiler that emulates Borland C++ Builder 5:confused:. I'm trying to migrate in full to Linux/Ubuntu so I don't have to use Windows anymore but I need to find equivalents to some of my applications which I need for work. Another application I need help with is Altera Maxplus or any other VHDL desing and simulation tool would also be fine:rolleyes: .

Cheers

Rob

darth_vector
December 29th, 2005, 09:07 PM
hi, i like hardware people :)

there is a package called ghdl that should cater for your VHDL needs. there are some other things in the repositories as well. do an

sudo apt-cache search vhdl

and see what you need.

Jengu
December 30th, 2005, 01:54 AM
It depends on what you're looking for from Borland C++. If you just need any old C++ compiler, gcc, (apt-get install build-essential) will work just fine. If you also want a friendly development environment, look into anjuta or kdevelop. If you want Borland specific APIs -- then I think you're out of luck. But other libraries with equivalent functionality are probably available. Post back with more info about what exactly you're looking for.

Hanj
December 31st, 2005, 08:09 AM
If you want the visual GUI editor in BCB, then installing Anjuta and Glade will get you pretty close. You will then be able to select "Edit application GUI" from within Anjuta.

But as Jengu said, the Borland APIs do not exist in a linux version (at least to my knowledge).

guttley
January 1st, 2006, 07:17 AM
Dosnt Kylix include the C++ compiler, as well as pascal compiler?

How about porting your code from Builder to 'normal' C++?
ie TList = vector
The main problem is if your using the __closure keyword for callback to class methods.

fct
January 1st, 2006, 09:05 AM
Try vdkbuilder2. It's in the repositories.

I haven't tried it, but according to the screenshots I saw some time ago, they are trying to clone the C++Builder IDE.

Kimm
January 1st, 2006, 09:13 AM
Yes, Kylix has C++ support (free from Borlands website), but I have had not luck running it in linux