I wrote an application a couple of months ago in VisualC 6.0
It was used to get some text from a CRichEditCtrl.
Suddenly, after installing .NET and some upgrades on the windows xp i receive an error inside the application.
edit1.GetLine(lineNumber,a_char_pointer),
i've tryied even
edit1.GetLine(lineNumber,a_Cstring.GetBuffer(linelength)) returns null even if the CRichEdit contains some text inside.
Is it possible that they have changed the code inside a dll?
Or better, how can i get the text from a given line, inside of a CRichEditCtrl?
It was used to get some text from a CRichEditCtrl.
Suddenly, after installing .NET and some upgrades on the windows xp i receive an error inside the application.
edit1.GetLine(lineNumber,a_char_pointer),
i've tryied even
edit1.GetLine(lineNumber,a_Cstring.GetBuffer(linelength)) returns null even if the CRichEdit contains some text inside.
Is it possible that they have changed the code inside a dll?
Or better, how can i get the text from a given line, inside of a CRichEditCtrl?