hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Handle C++ mangling of functions #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- need to look at source file type to know if symbols are C++-mangled by 
default
- need to implement mangling schemes of VSC++2008 & GCC 4.x

Original issue reported on code.google.com by olivier.chafik@gmail.com on 19 Feb 2009 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 19 Feb 2009 at 10:09

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 19 Feb 2009 at 10:14

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 21 Feb 2009 at 9:58

GoogleCodeExporter commented 8 years ago
Mangling tests should ensure we get the same output as Visual Studio :

cl.exe -FAsc -c foo.cpp

Original comment by olivier.chafik@gmail.com on 23 Feb 2009 at 3:13

GoogleCodeExporter commented 8 years ago
This link seem to have useful information on Visual Studio mangling: 
http://mearie.org/documents/mscmangle#Microsoft
It is the most complete one I found,and has link to open source demanglers code 
you 
can check (counldn't find any mangler, just demanglers)

Original comment by danielk...@gmail.com on 14 Mar 2009 at 7:59

GoogleCodeExporter commented 8 years ago
danielkauf: thanks for the link, it was actually already one of the sources I 
listed 
on the wiki (http://code.google.com/p/jnaerator/wiki/LanguagesSyntaxLinks). Do 
not 
hesitate to update this page if you find other interesting links. Cheers

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 5:42

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 12 Jun 2009 at 12:41

GoogleCodeExporter commented 8 years ago
Hi,
This issue moved to Github :
https://github.com/ochafik/nativelibs4java/issues/109

Thanks for not updating this page anymore and adding further comments on Github.
Cheers
--
zOlive

Original comment by olivier.chafik@gmail.com on 1 Sep 2011 at 7:22