This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Reacently I tried to use a dll built in visual studio. After hard try I successfully compiled it and got some a dll and some header files. However when I tried to use that dll in Qt Creator, it always tell me "undefined reference to `_imp___" I have to wonder [...] read more