>
Hi I have found myself starting to always use '-include_lib()' instead of just '-include()', because it makes compilation easier - you don't need to specify include directories, and files become "self-contained" regarding compilation. Why do people use '-include()' instead of '-include_lib()'? Am I missing something obvious here? Have fun, -- Peter