From: Stefan S. <se...@sy...> - 2005-04-06 23:49:53
|
Bruno Sadiez wrote: > hello Tony, > > thank you for the fast reply. > > I've tried to do as you said. I cannot get past this > error message: > variable `fo_invoice_result_tree' has initializer but > incomplete type > error: storage size of `fo_invoice_result_tree' isn't > known > > fo_invoice_result_tree is declared as a FoXmlDoc. This usually means the type has been forward-declared, i.e. some #include may be missing to expose a real declaration to the code using it. Regards, Stefan |