Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetLine problem

Status
Not open for further replies.

Tdrgabi

Programmer
Jun 24, 2004
43
RO
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top