<div dir="ltr"><div><div><div><div><div><div><div><div>Hi.<br></div>I' like to create a library containing, for example, one template class with a number of methods.<br></div>I've programmed a simple example and the compilation and generation of the library goes fine. I use the cmake "add_library" command for generating the library.<br><br></div>The problem arises at the moment of testing the library. I get an undefined reference for every method in the template class.<br></div><br>I've downloaded a tool to look in the contents (functions) of dynamic libraries, and there is no function in the library. If I add another class (not a template class), then, this tool shows me only the functions in this latter class.<br><br></div>Has anyone ever come across with this problem?<br><br></div>Thanks a lot in advance.<br></div>Regards<br></div>/Francisco<br></div>