Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
from the linker message I guessed it is some prolbem with name mangling and I kind of solved it by surrounding my DLL import/export with
|
Source code
|
1
|
extern "c" {}
|
For me this looks like workaround, or is it common to do it this way

?
I'm still interested in comments about this problem.
Hello
Have you looked at the Mingw webpage on MSVC & Mingw DLLs? It is at:
http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs
You'll most probably need to do the steps that come after "However, for __stdcall functions....."
This is, of course, assuming that you haven't tried this already...
Hope this helps.
Qt is