Hi guys
In my plugin I want to convert a double to string with specified precision.
To achieve this i need std::stringstream which requires #include <sstream>
However when I use this x-plane cannot load my plugin due to missing libraries. But sstream is a standart library.
Can you guys guide me to a possible solution to fix this?
Best regards
Framet