On Fri, Jan 23, 2009 at 5:37 AM, Harald Schilly <[email protected]> wrote:
> For everything else you should consider JNI (that's the mechanism to > call native C code and how all basic java language features are > implemented) By the way you may consider using JNA to access native libraries. I have used it to access the Win32 api and it works very well. https://jna.dev.java.net/ "JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code—no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation...." --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
