I've seen similar questions like this asked here but none of them had any working answers and most of them were for Linux.
I'm making a Qt Widgets project in Qt Creator on Windows. I'm trying to link rpclib. I've included the library by right clicking my project and using the "Add Library" wizard as you can see here.
As long as the library is merely included and not used, it works fine. As soon as I'm trying to use a function from that library though, it gives me these errors.
Before including, I compiled the library as instructed in rpclib docs on Windows as you can see here.
How do I get it to work?