I've had this code for a long time.... but a user just reported that it isn't working.
Did something change? Is it a bug? Am I doing something wrong?
For example, I set this:
Doc->Lines->LineBreak=L"\n"
Then save the document:
Doc->SaveToFile(<filename>,0,false);
It uses CR+LF instead (when I view the file with a hex editor). And if I set this:
Doc->Lines->LineBreak=L"\r"
It still uses CR+LF.
Comments