This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Convert MS VC++ name mangling to GCC name mangling


Hello,

I want to convert a with Microsoft Visual C++ 6.0 created dll with
"Microsoft C++ name mangling" to a dll with "GCC C++ name mangling"
and I want to ask if it's generally possible to do such a task?
Can I only demangle the Microsoft C++ names and then mangle them with
GNU C++ style again or have I to watch some other obscure things?

Thanks in advance,
Alexander Stock


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]