From: Christian P. <cp...@se...> - 2005-01-21 15:04:01
|
Am Freitag 21 Januar 2005 15:46 schrieb Christian Prochnow: > For this to work we have to add the export-macros to the class and global > method definitions. Friends must also be explicitly exported. > Keep in mind that template classes which are not fully specialized must not > be exported, cause the code does not reside in the shared library, instead > it is emitted on usage. sorry. template classes which are not fully specialized must not be exported. The code for fully specialized templates _does_ reside in the shared library, so they must be exported. Greetings |