hzzc1987 / jnaerator

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

Error in mangling: NullPointerException #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I've got a lot of such exception while jnaerator does parse the header file:

Error in mangling of 'Sgetstripcurve(STRIPLETSTRUC*, short*, CHOICETYPE,
FEA_OUT
PUT*)' : java.lang.NullPointerException

Though the Sgetstripcurve function is generated anyway in the Java interface.

Where could it come from ?

Original issue reported on code.google.com by frederic...@gmail.com on 31 May 2009 at 6:29

GoogleCodeExporter commented 8 years ago
Hi,
The two C++ name-mangling modules (VC9 & GCC4) are very incomplete and buggy, 
but 
they are plugged in a non-blocking way (any exception they throw is catched 
without 
consequence).
Could you provide the definitions of the types used as arguments for this 
function, 
so that I could reproduce the bug ?
Cheers

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 1:35

GoogleCodeExporter commented 8 years ago

Original comment by olivier.chafik@gmail.com on 3 Jun 2009 at 1:36

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/118

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:23