Windows tinderboxes unresolved external errors

Rafael Dominguez venccsralph at gmail.com
Sat Jul 7 02:31:25 PDT 2012


Im trying to fix this errors in the windows tinderboxes

templatedlg.o : error LNK2019: unresolved external symbol "public:
bool __thiscall TemplateFolderView::moveTemplates(class std::set<class
ThumbnailViewItem const *,struct std::less<class ThumbnailViewItem
const *>,class std::allocator<class ThumbnailViewItem const *> >
&,unsigned short,bool)"
(?moveTemplates at TemplateFolderView@@QAE_NAAV?$set at PBVThumbnailViewItem@@U?$less at PBVThumbnailViewItem@@@std@@V?$allocator at PBVThumbnailViewItem@@@3@@std@@G_N at Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MoveMenuSelectHdl(class Menu *)"
(?MoveMenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
templatedlg.o : error LNK2019: unresolved external symbol "public:
void __thiscall ThumbnailView::sortItems(class boost::function<bool
__cdecl(class ThumbnailViewItem const *,class ThumbnailViewItem const
*)> const &)" (?sortItems at ThumbnailView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0 at Z@boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
(?MenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
templatedlg.o : error LNK2019: unresolved external symbol "public:
void __thiscall TemplateFolderView::sortOverlayItems(class
boost::function<bool __cdecl(class ThumbnailViewItem const *,class
ThumbnailViewItem const *)> const &)"
(?sortOverlayItems at TemplateFolderView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0 at Z@boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
(?MenuSelectHdl at SfxTemplateManagerDlg@@AAEJPAVMenu@@@Z)
templatedlg.o : error LNK2019: unresolved external symbol "public:
class std::vector<struct std::pair<unsigned short,class
std::vector<class ThumbnailViewItem *,class std::allocator<class
ThumbnailViewItem *> > >,class std::allocator<struct
std::pair<unsigned short,class std::vector<class ThumbnailViewItem
*,class std::allocator<class ThumbnailViewItem *> > > > > __thiscall
TemplateFolderView::getFilteredItems(class boost::function<bool
__cdecl(class ThumbnailViewItem const *)> const &)const "
(?getFilteredItems at TemplateFolderView@@QBE?AV?$vector at U?$pair at GV?$vector at PAVThumbnailViewItem@@V?$allocator at PAVThumbnailViewItem@@@std@@@std@@@std@@V?$allocator at U?$pair at GV?$vector at PAVThumbnailViewItem@@V?$allocator at PAVThumbnailViewItem@@@std@@@std@@@std@@@2@@std@@ABV?$function@$$A6A_NPBVThumbnailViewItem@@@Z at boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::SearchUpdateHdl(void *)"
(?SearchUpdateHdl at SfxTemplateManagerDlg@@AAEJPAX at Z)
 C:/lo/core/workdir/wntmsci12.pro/LinkTarget/Library/sfxlo.dll : fatal
error LNK1120: 4 unresolved externals

mt.exe : general error c101008d: Failed to write the updated manifest
to the resource of file
"C:/lo/core/workdir/wntmsci12.pro/LinkTarget/Library/sfxlo.dll". The
system cannot find the file specified.

I added a SFX2_DLLPUBLIC to TemplateFolderView class but it didnt
work, any ideas how to fix this????

Related classes
http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/thumbnailview.hxx
http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/templatefolderview.hxx
http://opengrok.libreoffice.org/xref/core/sfx2/inc/sfx2/thumbnailviewitem.hxx


More information about the LibreOffice mailing list