Skip to content

Commit

Permalink
Merge pull request #966 from gudenau/patch-1
Browse files Browse the repository at this point in the history
Update FrequentlyAskedQuestions.md
  • Loading branch information
matthiasblaesing authored May 30, 2018
2 parents 37f0d05 + d6fda1f commit 55cc99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/FrequentlyAskedQuestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Frequently Asked Questions

I'm having trouble generating correct library mappings
------------------------------------------------------
Make sure you've read [this page](https://github.com/java-native-access/jna/blob/master/www/Mappings.md) and [this one](http://java-native-access.github.io/jna/4.2.1/overview-summary.html#overview.description). Try [JNAerator](http://code.google.com/p/jnaerator/). If you find its output too verbose, delete the mappings you don't need, or copy out the ones you do need.
Make sure you've read [this page](https://github.com/java-native-access/jna/blob/master/www/Mappings.md) and [this one](http://java-native-access.github.io/jna/4.2.1/overview-summary.html#overview.description). Try [JNAerator](https://github.com/nativelibs4java/JNAerator). If you find its output too verbose, delete the mappings you don't need, or copy out the ones you do need.

JNA is missing function XXX in its platform library mappings
------------------------------------------------------------
Expand Down Expand Up @@ -236,4 +236,4 @@ JNA won't automatically resolve one or the other variant. You should use a
a combination of TypeMapper and FunctionMapper (see
`com.sun.jna.win32.W32APIOptions.DEFAULT_OPTIONS`) so that you can leave off the
“-A” or “-W” suffix (you never need to use both simultaneously) and use
“String” rather than explicit “WString”.
“String” rather than explicit “WString”.

0 comments on commit 55cc99c

Please sign in to comment.