carbidecpp22devenv/features/com.sun.jna_3.0.9/feature.properties
author cawthron
Fri, 04 Dec 2009 11:59:26 -0600
changeset 693 009496ea5c3e
parent 4 4764c8c88759
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     1
license=Copyright (c) 2008 Timothy Wall, All Rights Reserved\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     2
\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     3
This library is free software; you can redistribute it and/or\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     4
modify it under the terms of the GNU Lesser General Public\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     5
License as published by the Free Software Foundation; either\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     6
version 2.1 of the License, or (at your option) any later version.\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     7
\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     8
This library is distributed in the hope that it will be useful,\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
     9
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n\
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    11
Lesser General Public License for more details.
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    12
description=JNA provides Java programs easy access to native shared libraries \
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    13
(DLLs on Windows) without writing anything but Java code - no JNI \
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    14
or native code is required. This functionality is comparable \
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    15
to Windows' Platform/Invoke and Python's ctypes. \
4764c8c88759 add files for RCL_2_2
cawthron
parents:
diff changeset
    16
Access is dynamic at runtime without code generation.