ehh templates are normal c++ Stefan

So is the rest except the line whith the error I guess.
http://www.cplusplus.com/doc/tutorial/tut5-1.html
meh to late
I did some searching the problem is that int his line;
pTest->CallFunc<CTest2>(pTest, CTest::bleh);
the compiler sees the '<' and the '>' as less-and greater then operators...
After I searched a bit in my book it sayed you have to use the template keyword like I did but it seems that msvc 6.0 this doesn't support
