You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Marion Nguyen <ma...@ac-orleans-tours.fr> on 2004/04/09 10:18:56 UTC

function parameters problem

Hi!
I don't arrive to resolve the following problem:
*
In file included from superv.cc:9:
superv.h:105: parse error before `*'
In file included from fonction.cc:1:
superv.h:105: parse error before `*'
make: *** [superv] Erreur 1*

Extract of superv.h
void genereTree (Matos *m, char *dsn, int debug, const DOMDocument *doc, 
const DOMElement *descElem)

Thanks for answering quickly
Marion

Re: function parameters problem

Posted by Vitaly Prapirny <ma...@mebius.net>.
Hi,

Marion Nguyen wrote:
> Hi!
> I don't arrive to resolve the following problem:
> *
> In file included from superv.cc:9:
> superv.h:105: parse error before `*'
> In file included from fonction.cc:1:
> superv.h:105: parse error before `*'
> make: *** [superv] Erreur 1*
> 
> Extract of superv.h
> void genereTree (Matos *m, char *dsn, int debug, const DOMDocument *doc, 
> const DOMElement *descElem)
Could you try to place
XERCES_CPP_NAMESPACE_USE
before
void genereTree (Matos *m, char *dsn, int debug, const DOMDocument *doc, 
const DOMElement *descElem);
?

Good luck !
	Vitaly


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org