Replies: 1 comment
-
Can you share the content of ´params.json´? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to read a value from a json file as Glib::ustring type. Can you help me do that?
My code until now is this:
And i am getting this error:
The Glib::ustring is very similar to std::string. compile with
g++ -std=c++20 main.cpp -o main `pkg-config gtkmm-3.0 --cflags --libs`
Beta Was this translation helpful? Give feedback.
All reactions