joeGrammar
Programmer
Hello dudes,
I'm trying to export/import dll classes and functions, but it doesn't seem to be working properly. These are some of the unresolved symbols I'm getting:
__imp__GetAppName@0
GetPyblUsingPymntId@24
My question is, is the @24 a name mangling thing, will this not resolve? If so how do you eliminate this type of thing
Also what is the __imp__? I'm assuming it means import, but why is it part of the symbol?
I'm trying to export/import dll classes and functions, but it doesn't seem to be working properly. These are some of the unresolved symbols I'm getting:
__imp__GetAppName@0
GetPyblUsingPymntId@24
My question is, is the @24 a name mangling thing, will this not resolve? If so how do you eliminate this type of thing
Also what is the __imp__? I'm assuming it means import, but why is it part of the symbol?