You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up all my tinyfiledialogs function calls to be inside a namespace and in some fuctions to process it. When printing for example the path I got inside of the function it works. I later return it as a string and try to print it from after calling the function that calls tinyfiledialogs and here it does not print. The only way I can print is using std:cerr.
The text was updated successfully, but these errors were encountered:
I have set up all my tinyfiledialogs function calls to be inside a namespace and in some fuctions to process it. When printing for example the path I got inside of the function it works. I later return it as a string and try to print it from after calling the function that calls tinyfiledialogs and here it does not print. The only way I can print is using std:cerr.
The text was updated successfully, but these errors were encountered: