[cvsnt] Re: Taginfo call cannot handle & character in argument listor module name....

Bo Berglund bo.berglund at telia.com
Sun Aug 15 17:47:45 BST 2004


That's the syntax I was looking for. I will see if I can compile a cvsnt
exe with this change and test it out.
It was a long time since I compiled myself and I guess that now I need
to use DotNet rather than VS6?

Bo

-----Original Message-----
From: David Somers [mailto:dsomers at trevezel.com]
Sent: Sunday, August 15, 2004 11:09 AM
To: bo.berglund at telia.com
Subject: RE: [cvsnt] Re: Taginfo call cannot handle & character in
argument listor module name....


Hi Bo,

> I am no good at C++ so I don't know if doubling up quotes in the
> sprintf command will do what we want, but there surely must be a way
> to make the output enclose the 4th parameter in double quotes...

Doubling up quotes only works for things like Basic :-)

In C and C++, Its \" to get the quote character into a string:

sprintf(cmd,"%s %s %s \"%s\"",filter ....

Cheers,

David
(Developer in Luxembourg)






More information about the cvsnt mailing list