so if i understand correctly... ist impossible to put a template class in a .so shared object ?
at compile time of the application that uses the shared object always has the class' header file, with all the function prototypes, isnt this enough ???
ive almost finished codeing the cliant program for the shared object... but the template class template object compiled fine, g++ ididnt complain at all.
edit:
(jest read the link, and the link in the link)
makes sence now....
well this is annoying....
i use the same HUGE class in almost all of my Artificial inteligence courseworks !
i thought it would be great to dynamically link it, rather than compile i over and over and over...
ohh well, looks like i ve got to compile and statically link it to all my works.. lame