guarense
Hello, Thanks for giving it a try.
You are right, I don't use msvc to compile anything, it works with GCC (MinGW) and clang. if msvc is giving problems should be easy to fix it, as i didn't use anything too modern, i can try to check it. If you work with GCC your software will compile easier on other platforms (except for the evil google, they want you to use clang)
In the other hand, i am currently writing an example of using the library step by step, later i will focus on documenting each function, but almost everything uses same API as java SDK (with some adaptions to make it more Qt friendly), hope to have it in the next weeks as is already half done. If you need any help, here i am ?
Also if you want to contribute feel free to open issues, suggestions and/or solve them ?
EDIT:
I gave priority to fix it to work with MSVC2017, it may work with MSVC2015. Checkout last master.
I also merged some changes that got lost in an offline computer i have. I did some order in the repository cleaning branches.
Hope it helps.