dumpbin equivalent in Qt
Posted
by de costo
on Stack Overflow
See other posts from Stack Overflow
or by de costo
Published on 2010-05-27T20:14:11Z
Indexed on
2010/05/27
20:21 UTC
Read the original article
Hit count: 212
Is there any utility similar to dumpbin(Visual Studio) in Qt that allows me to check the functions that are exposed in a Qt-Creator compiled dll ??
I need to know what methods are exposed in a given dll so that I can load the method dynamically at runtime using QLibrary.
Thanks, De Costo
© Stack Overflow or respective owner