Thanks Koen. The patch resolved the issue. Cheers
Calvin "Koen Deforche" <[email protected]> ??? news:[email protected] ???... Hey Calvin, 2010/7/7 Calvin <[email protected]>: > std::vector<dbo::FieldInfo> fld = data->fields(); > this compiles without issue but I keep getting the following linker error: > > error LNK2019: unresolved external symbol "public: class std::vector<class > Wt::Dbo::FieldInfo,class std::allocator<class Wt::Dbo::FieldInfo> > const > & > __thiscall Wt::Dbo::QueryModel<class Wt::Dbo::ptr<class tesABC> > >::fields(void)" > (?fie...@?$querymodel@v?$...@vtesabc@@@d...@wt@@@d...@wt@@qaeabv?$vec...@vfieldinfo@d...@wt@@v?$alloca...@vfieldinfo@d...@wt@@@std@@@std@@XZ) > referenced in function "private: void __thiscall zztesABC::requery(void)" > (?requ...@zztesabc@@AAEXXZ) Sorry. It seems we overlooked the implementation of this accessor method. The (smalll) patch in attachment solves this. Regards, koen -------------------------------------------------------------------------------- > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first -------------------------------------------------------------------------------- > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
