Compile several source files C++
Posted: Mon Aug 12, 2002 4:03 pm
Hello!
I’m trying TextPad 4.5.0 and tested to compile and link the C++ program using the free Borland C++ Builder compiler.
To compile and run a program with only one source file there is no problem. But I can’t compile my application that is split into several source files
I tested with the following tool:
Menu text: Build MyApp
Command: C:\Borland\BCC55\Bin\bcc32.exe
Parameters: -eMyApp.exe *.cpp
Initial directory: $FileDir
Capture Output: [x]
Save files: [x]
The following error is the result:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2266: No file names given
Tool completed with exit code 1
What is wrong?
How to create a new project like you do in the Borland C++ Builder 5?
How to indicate the project path and how to add new node to the project?
Thanks
Boris.
I’m trying TextPad 4.5.0 and tested to compile and link the C++ program using the free Borland C++ Builder compiler.
To compile and run a program with only one source file there is no problem. But I can’t compile my application that is split into several source files
I tested with the following tool:
Menu text: Build MyApp
Command: C:\Borland\BCC55\Bin\bcc32.exe
Parameters: -eMyApp.exe *.cpp
Initial directory: $FileDir
Capture Output: [x]
Save files: [x]
The following error is the result:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2266: No file names given
Tool completed with exit code 1
What is wrong?
How to create a new project like you do in the Borland C++ Builder 5?
How to indicate the project path and how to add new node to the project?
Thanks
Boris.