I'm trying to link my project with a DLL (let's call it A.DLL) and I'm getting the unresolved external symbol __imp__?func@@YA_JXZ
. I "dumpbin /exports"ed the DLL and the lib and I saw only ?func@@YAJXZ.
So I would be very grateful if some1 could explain 1)why the difference in postfix in fund's decorated name 2) why is there no __imp__func
name in the DLL nor in the Lib file for the dereferencing function?