So I'm trying to get the DLL working with Qt but I'm new to external libraries so I'm hoping someone here can help me out. I tried Googling the issue and all the answers I found said to just put "LIBS += path\to\DotNetWikiBot.dll" in the PRO file, but after doing that it's still saying "'Site' was not declared in this scope". Sorry for the newbie question and thanks for any help you guys can provide.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So I'm trying to get the DLL working with Qt but I'm new to external libraries so I'm hoping someone here can help me out. I tried Googling the issue and all the answers I found said to just put "LIBS += path\to\DotNetWikiBot.dll" in the PRO file, but after doing that it's still saying "'Site' was not declared in this scope". Sorry for the newbie question and thanks for any help you guys can provide.
It won't work with C++/Qt, C# is a completely different thing. Sorry.