Running and Debugging Console Applications with Borland C++BuilderX

Keywords:

Borland C++BuilderX is a nice environment to start developping Symbian application. However, it does not allow - by default - to debug console based application (EXE) which is rather annoying. This is however possible but it requires to edit your project configuration. Enter ALT-F7 or enter the Project/Project Properties... menu. This should open the following window:

cbxConsole1.png

Select one of the two "Make & Run <your app>" or "Run <your app>" options and edit it (you need to do the following for the two options). This will now open the project configuration window for the specified action:

cbxConsole2.png

Replace the epoc.exe string in the Emulator Path field so that it points to your application (you probably have to enter z\your app.exe).

Validate. You can now run and debug your executable :-).


Re: Running and Debugging Console Applications with Borland C++B

Hi all,
If any one know to create new console based Exe project in the environment Visual C++, please help me.
there is no any tool bar to create new..

how to create?

f_justforu@hotmail.com