[cfe-dev] Get mangled names C++

OvermindDL1 overminddl1 at gmail.com
Fri Jul 16 13:21:20 PDT 2010


On Fri, Jul 16, 2010 at 7:55 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> Ugh this would indead be a showstopper. Does name mangling work differently
>> on windows?
> No, name mangling is same across the platforms.  The problem is that
> all the linking is mostly static on windows and binaries (not
> libraries) cannot "export" functions. So, on windows you will need to
> add the name <-> address mapping by hands.

Now what is being talked about?  I export functions from an executable
all the time, I have dynamically linked to them from both within the
same executable and from linked in DLL's as well.  Can you give an
example of what you want done on Windows that cannot be done?




More information about the cfe-dev mailing list