Hi
I have virtual functions that use templates. However I get a linker error when I try to build my file. Does anyone know if Borland C++ Builder 5.0 can link virtual functions with templates as parameters ?
Thanks
Regards
Nitin
P.S. These are the error messages I get
[Linker Error]Unresolved external 'PLib::ParaSurface<float,3>::minDist2(const PLib::Point_nD<float,3>&, float&, float&, float, float, int, int, float, float, float, float)const' referenced from C:\BEN\UNIT1.OBJ. Unit1.obj is the main file where I have the declaration

NurbsSurface<float,3> a;