hzzc1987 / jnaerator

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

No instructions or details on runtime imports #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.The resulting code produced includes lots of lines such as public class
SKYETEK_ADDRESS extends
com.ochafik.lang.jnaerator.runtime.Structure<SKYETEK_ADDRESS,
SKYETEK_ADDRESS.ByValue, SKYETEK_ADDRESS.ByReference>
2.I need to know where to find com.ochafik.lang.jnaerator
3.A similar problem occurs with generated lines:
@com.ochafik.lang.jnaerator.runtime.Mangling({"_Z20SkyeTek_CreateDeviceP5TCHARPP
14SKYETEK_DEVICE",
"?SkyeTek_CreateDevice@@YAW4SKYETEK_STATUS@@PA5TCHARPAPA14SKYETEK_DEVICE@Z"})

What is the expected output? What do you see instead?

I expect to have access to the runtime library so that these errors can be
removed and the project progress.

What version of the product are you using? On what operating system?
I am running NetBeans IDE 6.7.1 on Windows Vista. I believe I am running
0.9 b21

Please provide any additional information below.

Can provide the .h file if required

Original issue reported on code.google.com by peteropa...@gmail.com on 17 Sep 2009 at 10:09

GoogleCodeExporter commented 8 years ago
Hi,

Sorry for taking so long to answer, I missed the notification :-S
The runtime JAR is available for download at :
http://jnaerator.sourceforge.net/maven/com/jnaerator/jnaerator-runtime/

Alternatively, you can use JNAerator's main JAR directly, as it comes with the 
runtime.
You can also setup a Maven project and add the jnaerator-runtime dependency 
(see 
http://code.google.com/p/jnaerator/wiki/Maven)

Regards

Original comment by olivier.chafik@gmail.com on 1 Oct 2009 at 1:03