c++ - Finding out name decoration -


i have activex dll integrating standard third party client. achieve this, had include custom def file, proxy linker, , self-initialize com libraries.

when test activex dll client created, run fine. however, when include activex dll third party client, crashes in function calls. believe crashing result of mismatch in naming decoration.

is there way can verify name decoration third party client program requires?

thanks,

dependency walker can show exported dlls:

http://dependencywalker.com/

however, if there name mismatch error or exception. more passing bad parameter.

[edit] dependency walker shows external functions being called , tries match them dll:

enter image description here


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -