Abdelrazak Younes wrote: > I've done a lot of conversion to docstring today. > > - bformat() > - Alert::XXX > - error() > - message() > - displayMessage() > - ErrorItems > - etc... > > This patch compiles (qt4) but I have a link error (below). If someone > (Georg?) have an idea, please help me. This is apparently related to my > bformat changes. > > Thanks advance, > Abdel. > > > Linking... > converter.obj : error LNK2019: unresolved external symbol "class
Maybe you also need instantiations for the docstring arguments: template<> docstring bformat(docstring const & fmt, docstring arg1) Peter