Linking win32 dll in Qt

Posted by kambamsu on Stack Overflow See other posts from Stack Overflow or by kambamsu
Published on 2010-04-20T10:23:35Z Indexed on 2010/04/20 10:33 UTC
Read the original article Hit count: 174

Filed under:
|
|

Hi, I want to reference a win32 dll from my Qt application. I've added the dll location in the .pro file at "LIBS+=" . Once that is done, by right, i should be able to include the .h file inside the dll from my application. But i'm unable to do so. I'm testing with the dll here: http://www.flipcode.com/archives/Creating_And_Using_DLLs.shtml

Any help would be appreciated!

Thanks

© Stack Overflow or respective owner

Related posts about win32

Related posts about dll