Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Issues with linker: header files
dmoore:
If you don't use a project, how is the compiler supposed to know what files to build and link? e.g. what if you had many versions of lib.c in the directory? If you don't want to use a project, you can always #include "lib.c" in your maintest.c but that's pretty ugly if you move beyond just an extra file or two.
That said I feel your pain about the "cost" of creating a new project. It would be nice if there was a menu item like "New Project from sources..." that prompts you to choose a set of sources in a file picker, suggests a name based on the directory where the files are located, and then creates a single target with those sources. (and similarly "New Target from sources...")
Navigation
[0] Message Index
[*] Previous page
Go to full version