I have QT Creator latest version which works with the MS Visual studio 2010 compiler. My OS is windows 7 ultimate 32 bit. Now, the question.
I have a dll created with C#. This DLL got only void
methods, which I need to call inside my C++ code. How can I load this DLL into QT Creator, and call the methods?
Your help will be greatly appreciated.