Board index » cppbuilder » Generating empty projects in the BCB IDE
Arild Fine
![]() CBuilder Developer |
Tue, 23 Dec 2003 02:45:20 GMT
Generating empty projects in the BCB IDE
Isn't there some way of generating an empty project in BCB? Eg a project
without any files generated for you? If you want to compile code from other sources, you end up having to c/p from that code into the main file that BCB insists on generating for you.(whats the condefs.h header for anyway?) and which you cannot remove. VC++ seems to handle this a lot more elegantly. I do realize that BCB is more targeted at VCL development than general C++ programming, but I don't feel I'm asking for much here. Even JBuilder had a way past all the dialogs and wizards.If you clicked Open, then gave the name of a nonexistent jpr file, you'd get a clean JBuilder project without any generated files. Why cannot BCB let you do the same? So...am I missing something here? Is there some way of doing this that has completely passed me by? Or are there third party tools that lets me do this(or more to the point, could I program one? :) (Yes, I know I can invoke the compiler from the commandline...and I'm pretty familiar with that from using g++. But that would pretty much defeat the purpose of using an IDE) MVH |