[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] My usage for my Borland project - [Borland support ? eclipse CDT]

My project is imported into eclipse now.

* Creating a new project.
File->New->C++ Project
Select Makefile Project->Empty Project and Other Toolchain.

* The existing mak-file I'm using without modifications:
Project->Properties->C/C++ Build->Builder Settings->Build command:
make -f <name of my mak-file>.mak
Project->Properties->C/C++ Build->Behaviour->Build (Incremental build):
<blank> instead of all

* Adding the necessary include-directories of your borland installation:
Project->Properties->C/C++ General->Paths and Symbols->Includes
Add for example the path "C:/Borland/BCC55/include"
Add also subdirectories if necessary.


* Adding existing sources to your project.
Use the features available here: Project->Properties->C/C++ general->Paths and symbols->Source Location


* Creating a Run Configuration
In the field C/C++ Application select your exe-file and ignore the "Program is not a recognized executable"-error.


* further configuration
See also following threads for other Borland relevant configuration options:
** "Symbols - [Borland support ? eclipse CDT]"
http://www.eclipse.org/newsportal/article.php?id=18959&group=eclipse.tools.cdt#18959
** "Errors and Warnings - [eclipse CDT]"
http://www.eclipse.org/newsportal/article.php?id=18958&group=eclipse.tools.cdt#18958


[I invite you to put solutions and hints in general for many kinds of proprietary C++ extensions and/or specific for Borland.]