How to ShowMessage with long double value?

For example for int:
ShowMessage(IntToStr(value));

How to do it for long double?
Depends on the libraries your using / want to use.

stringstream http://www.cplusplus.com/reference/iostream/stringstream/ is able to convert double to string
Topic archived. No new replies allowed.