Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gmarkey

  1. gmarkey

    problem with try/catch

    G'day I dont seem to be able to get a trycatch block to work. the code is.. try{ xmlpp::DomParser parser; parser.set_validate(); parser.parse_file(fileName); if(parser){ xmlpp::Node *pNode = parser.get_document() ->...
  2. gmarkey

    'undefined reference' linking error

    G'day all, I am trying to compile and link a project of mine but am stumped on a linking error. The error reads /usr/include/g++-3/stl_vector.h:197: undefined reference to 'tracking_gui::images' the error is repeated for stl_vector.h:320 and 322. images is declared in the header file as...

Part and Inventory Search

Back
Top