[cfe-dev] Get mangled names C++
    Anton Korobeynikov 
    anton at korobeynikov.info
       
    Fri Jul 16 06:55:31 PDT 2010
    
    
  
> 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.
-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
    
    
More information about the cfe-dev
mailing list