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() ->...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.