Blog Archive for November 27, 2009

C Wrappering with JNA

November 27, 2009

I recently had the job of talking to the Quick Address Pro V6 API from Java. The API is only available as a C library, so I had to use some C wrappering to access it. I did this using JNA. It was an interesting challenge to get it …