Index: source/comp/codegen.cxx =================================================================== RCS file: /cvs/script/basic/source/comp/codegen.cxx,v retrieving revision 1.17 diff -u -r1.17 codegen.cxx --- basic.orig/source/comp/codegen.cxx 27 Jun 2007 14:19:50 -0000 1.17 +++ basic/source/comp/codegen.cxx 12 Dec 2007 16:17:46 -0000 @@ -538,5 +538,7 @@ // this to force instatiation of the template. Otherwise using the template // in another code module results in link errors :-( PCodeBuffConvertor< UINT16, UINT32 > aInst1(0,0); + aInst1.convert(); PCodeBuffConvertor< UINT32, UINT16 > aInst2(0,0); + aInst2.convert(); }