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@TemplateFolderView@@QAE_NAAV?$set@PBVThumbnailViewItem@@U?$less@PBVThumbnailViewItem@@@std@@V?$allocator@PBVThumbnailViewItem@@@3@@std@@G_N@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MoveMenuSelectHdl(class Menu *)"
(?MoveMenuSelectHdl@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@ThumbnailView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0@Z@boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
(?MenuSelectHdl@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@TemplateFolderView@@QAEXABV?$function@$$A6A_NPBVThumbnailViewItem@@0@Z@boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::MenuSelectHdl(class Menu *)"
(?MenuSelectHdl@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@TemplateFolderView@@QBE?AV?$vector@U?$pair@GV?$vector@PAVThumbnailViewItem@@V?$allocator@PAVThumbnailViewItem@@@std@@@std@@@std@@V?$allocator@U?$pair@GV?$vector@PAVThumbnailViewItem@@V?$allocator@PAVThumbnailViewItem@@@std@@@std@@@std@@@2@@std@@ABV?$function@$$A6A_NPBVThumbnailViewItem@@@Z@boost@@@Z)
referenced in function "private: long __thiscall
SfxTemplateManagerDlg::SearchUpdateHdl(void *)"
(?SearchUpdateHdl@SfxTemplateManagerDlg@@AAEJPAX@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to