> What am I missing? You need to define the template in the header files; defining them in a different implementation file is illegal C++. Regards, Martin
- template problem Jens
- Martin v. Loewis
> What am I missing? You need to define the template in the header files; defining them in a different implementation file is illegal C++. Regards, Martin