I use MinGW32 + Eclipse CDT ... I am faced with the problem that when using templates, which I use extensively, it is impossible to create libraries (both static and dynamic). As a result, your library of template classes has to be included in the next project in the form of source codes. The result is a lot of compilation and size of compiled code.
Advise ... what to do. Maybe I do not know something ...
Sincerely, Alexander Bychkov