Subj : Has anyone tried Warrick's SpiderMonkey C++ Bindings ? To : netscape.public.mozilla.jseng From : Chris Date : Mon May 10 2004 09:41 pm Hi, http://195.137.84.121/Warrick/Geek/SpiderMonkey/index.htm I'm trying to use Warrick's C++ Binding example to My C++ Classes. But, On MSVC 6.0 . Error is generated in compile time like this. d:\!project\testjs\functionbindings.inc(69) : error C2995: 'CallFunction' : template function has already been defined d:\!project\testjs\functionbindings.inc(16) : see declaration of 'CallFunction' d:\!project\testjs\functionbindings.inc(106) : error C2954: template definitions cannot nest d:\!project\testjs\functionbindings.inc(140) : error C2954: template definitions cannot nest .... How can I compile this sample ? Chris .