On 10/26/2012 02:24 PM, Paul O. Seidon wrote:
> Paul O.  Seidon wrote:
>
> That doesn't do it either. I can't help but post the compete code here to be 
> sure I'm not misunderstood. The lib consists of varbls.cpp and varbls.h and 
> the wrapper main.cpp.

> varbls.cpp
> ==========
>
> #include "varbls.h"
>
>
> template <typename TYPE>
> _Variable<TYPE>::_Variable()
> : _value( 0)
> {
>     //ctor
> }

[...]

What symbols does your compiled varbls.o file export ? I bet none. And
it can't. That's the problem I'm trying to explain.

    Stefan

-- 

      ...ich hab' noch einen Koffer in Berlin...

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to