deloptes wrote:
but I get
std-test.cc: In function ‘int main(int, char**)’:
std-test.cc:72:38: error: invalid use of incomplete type ‘class
TDEABC::Resource’
debug() << "SUB RES ID :" << res->identifier() <<
"\n";
^
I had to #include <tdeabc/resource.h>
So simple ... :D
regards