Debugging : Unresolved Externals
-
Hi All,
Hope you're doing well.
I'm getting an error in my code which shows the message as "Unresolved Externals" in the location of filename.dll. I have no idea how to resolve it. Has anyone ever encountered this kind of error? If so, how have you removed that?
Understanding errors from error messages in Qt are not so easy in Qt, I feel, even when the files having errors can be located easily. Can someone suggest to me an efficient way to remove errors in Qt.
Thanks in advance!
Swati -
Hi All,
Hope you're doing well.
I'm getting an error in my code which shows the message as "Unresolved Externals" in the location of filename.dll. I have no idea how to resolve it. Has anyone ever encountered this kind of error? If so, how have you removed that?
Understanding errors from error messages in Qt are not so easy in Qt, I feel, even when the files having errors can be located easily. Can someone suggest to me an efficient way to remove errors in Qt.
Thanks in advance!
Swati@Swati777999 said in Debugging : Unresolved Externals:
filename.dll
What lib is that? Is it your own?
Please show the whole error message.