Ariel Vina-Rodriguez
Ariel Vina-Rodriguez
Is this OK ? https://github.com/jacmoe/conan-nana
> Nana does not support installing. See #438 WRONG !!! Please, when you are using cmake with a new library, the first thing you need to do is to check...
> > The same unexpected desire that every developer has to use Qt, GTK, Boost etc and use them with cmake? Oh, I see. Do you install Boost with CMake?
exactly what nana version or commit are you using? How are you compiling?
>What is sure is that this is not an UTF-16 string - it's an ASCII text where each pair of 2 bytes (wchar_t) is (letter_value (char), 0 (char)). Unless I...
Nana need to "register" some "objects" both internally and in the OS facilities - there is no way to avoid this: we need to live with some (minimal ?) number...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89183 https://bugs.launchpad.net/gcc-arm-embedded/+bug/1814397 ?
> This example may or may not print `5`. `init` is not used anywhere so LTO is allowed to remove the object. I think this will be an error in...
https://sourceforge.net/p/nanapro/blog/2013/05/why-should-not-a-widget-be-copyable-or-movable/ try: `std::vector items;`
Hi, @riquems ... I will try to come back... not sure yet. How are you going to use the returned list of all indexes? It is not he same to...