B4J Library jxFunction native API access library

This library is an example of how you can access native API calls rather than being a complete solution in itself. This is because the library needs to be recompiled with the code added for the the API calls that you wish to make. The source is included in the archive so you could attempt this yourself with Eclipse or the Simple Library Compiler after reading the xFunction documentation included with the xFunction library download.

This library demonstrates Win32 API access, although there is a Linux version of the underlying xFunction library available. As useful examples this library implements the API calls Beep, MessageBeep and GetVersionExA.

The library requires xFunction. xFunction is a product of Excelsior, LLC http://www.excelsior-usa.com and has been placed in the public domain. It may be downloaded from http://www.excelsior-usa.com/xfunctiondl.html taking note of the conditions of use.

Read the comments in the xml for more information. If you don't have it get Object Browser to do so.
http://www.b4x.com/android/forum/threads/help-documentation-b4a-object-browser.25682/
 

Attachments

  • jxFunctionDemo1.0.zip
    8.4 KB · Views: 758
Top