> Da: totallyfreeenergy <[email protected]> > Oggetto: [c-prog] Re: Problem with string pointers in VC++ 2008 > A: [email protected] > Data: Mercoledì 28 ottobre 2009, 23:59
> LONG ProcessInputString( LPSTR strInput)
> {
> char* strfield2pass = "";
> _tcscpy(strfield2pa ss, strInput);
Where are you copying the 'strInput' string?
This code seems wrong.
Luciano
