Hi,
I want to use the following code :
but this crashes on the sstr.FormatList line !Code:void CMyApp::Abcdef(TRefByValue<const TDesC> aFormat, ...) { TBuf16<1024> sstr; VA_LIST vargs; VA_START(vargs, aFormat); sstr.FormatList(aFormat, vargs); VA_END(vargs); // .... }
anybody knows why ?
thanks in advance,
Domi.

Reply With Quote


