hzzc1987 / jnaerator

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

stdCall in callback function not recognized #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

run inaerator for an stdcall api library with callback 
java -Xmx500m 
-DVISUAL_STUDIO_HOME="c:\Programmi\Microsoft Visual Studio 9.0" 
-DWINDOWS_SDK_HOME=c;"\programmi\Microsoft SDKs\Windows\v6.0A" -jar
jnaerator-0.9.2.jar  -o . -structsInLibrary
Bcs.h

What is the expected output? What do you see instead?
CallBack interface extends Callback and not StdCallCallback

What version of the product are you using? On what operating system?
running on windows xp and using jnaerator-0.9.2

Please provide any additional information below.

the _jnaerator.choices check correctli stdcall signature for callbacks
in attachment Bcs.h and _jnaerator.choices

Original issue reported on code.google.com by maurizio.todaro@gmail.com on 18 Dec 2009 at 11:08

Attachments:

GoogleCodeExporter commented 8 years ago
Needs to be fixed for upcoming 0.9.3

Original comment by olivier.chafik@gmail.com on 18 Jan 2010 at 11:09

GoogleCodeExporter commented 8 years ago
(sorry for the late an slim response and thanks a lot for the bug report, btw 
:-))

Original comment by olivier.chafik@gmail.com on 18 Jan 2010 at 11:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in revision 759 of NL4J's repository : 
http://code.google.com/p/nativelibs4java/source/detail?r=759
Binary snapshot will be updated soon...

Original comment by olivier.chafik@gmail.com on 18 Jan 2010 at 9:20