hzzc1987 / jnaerator

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

JNAerate structs or constants that were actually used, even if they're not defined in explicitly included headers #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Issue was raised on the mailing list about SYSTEMTIME (defined in winbase.h) 
not being JNAerated (see this thread : 
http://groups.google.com/group/nativelibs4java/browse_thread/thread/d26e2957dccf
c710).

It should be very easy to mark the use of structures and use that mark to 
create an "orphan" binding (or gather orphan definitions into the unique 
library, if there's only one library being generated).

The mark should be recursive.

Original issue reported on code.google.com by olivier.chafik@gmail.com on 20 Jun 2011 at 8:46

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

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