JNative can only live with your donations and advertisement


Latest articles

Dealing with out structures

Friday 26 January 2007 by jnative
This is a simple DLL call that puts its output in a structure :
I take the example of Kernel32’s GetSystemTime() for example as asked by Rods
This is the comment of the out structure you can find it on the msdn /** * SystemTime * * * typedef struct _SYSTEMTIME * WORD wYear; * WORD wMonth; * WORD wDayOfWeek; * WORD wDay; * WORD wHour; * WORD wMinute; * WORD wSecond; * WORD wMilliseconds; * SYSTEMTIME, * */
Then we need (...)

Adding a simple function call to User32/Kernel32/Foo java wrapper class

Saturday 9 December 2006 by jnative
Learn how to add a simple function call to a DLL

Latest news

What's new on the Web

You can take an active part in this website and write your own articles by registering below. You will then receive immediately an email giving you an access code to the private area of the site.

The private area of this site is opened to visitors after registration. Once you have registered, you can review the articles in progress, submit articles and participate in all the forums.

Enter here your name and e-mail address. You will receive your personal identifier shortly by e-mail.
Personal identifiers

The most recent articles

Spam closes the anonymous forums, sorry.

Sunday 5 November 2006 by jnative

New features on JNative v1.0

Tuesday 24 October 2006 by jnative

Javadoc

Saturday 3 June 2006 by jnative

JNative Howto

Saturday 3 June 2006 by jnative

Download/Téléchargement

Thursday 1 June 2006 by jnative

Callbacks are working now !!!!

Thursday 1 June 2006 by jnative