From: Derek on
thanks Ajay,
I figured it out. I submited empty string by accident to that method
and index was out of range.


"Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message
news:1140035947.426798.137370(a)g44g2000cwa.googlegroups.com...
> What line of code is doing this?
>
> --------
> Ajay Kalra
> ajaykalra(a)yahoo.com
>


From: seungjm.lee on
Refer to the following codes...


----------

// original string.
CString strOriginal;
....
// convert.
string strSTL(strOriginal.GetBuffer(0));
....

------------


Derek 작성:

> thanks Ajay,
> I figured it out. I submited empty string by accident to that method
> and index was out of range.
>
>
> "Ajay Kalra" <ajaykalra(a)yahoo.com> wrote in message
> news:1140035947.426798.137370(a)g44g2000cwa.googlegroups.com...
> > What line of code is doing this?
> >
> > --------
> > Ajay Kalra
> > ajaykalra(a)yahoo.com
> >