Re: how X64 DLL project show "_Myfunc@4" use dependency walk analysis

xxxxx@yahoo.com.cn wrote:

how X64 DLL project show “_Myfunc@4” use dependency walk analysis

I have build a DLL project(C++) with visual studio.
Use dependency walk analysis.
Method names are distinct in x64 vs x86 versions
X86 is as “_Myfunc@4”,but X64 version is as “Myfunc”.
I want to change X64 version.
X64 verision can also show “_Myfunc@4”.
How can realise this?

You can’t. 32-bit and 64-bit DLLs have different naming standards.
That’s just the way it is.

Why do you want this?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.