Re: [PHP-DEV] Template Linkage for a PhpClassFactory in C++

2006-03-14 Thread Michael Walter
I could be missing the point (only skimmed your mail), but you need to include your template implementation in every source file that tries to instantiate the template, e.g. by adding the code to the header file (the alternative, that is, explicitely instantiating the template in factory.cpp,

[PHP-DEV] Template Linkage for a PhpClassFactory in C++

2006-03-13 Thread an . dromeda
The saga continues, with progress towards a (hoped for) marriage between Php and C++ that 'looks like' C++ to the extension developer. I'm exploring a templated version of PhpClassFactory (vs possible root PhpClassFactoryObject) which is making progress, but a linking error not dissimilar to