EA Class Library: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This package consists of two classes ([[EA (class library)|EA]] and [[EAList]]) wrapping the OS/2 Extended-Attribute APIs. You have to compile and link the appropriate files together with your application. | |||
This package consists of two classes (EA and EAList) wrapping the OS/2 Extended-Attribute APIs. You have to compile and link the appropriate files together with your application. | |||
See also: | |||
* [[Advanced Features of the EA Class Library]] | * [[Advanced Features of the EA Class Library]] | ||
==License== | ==License== | ||
* BSD alike, but can not be sold. | *BSD alike, but can not be sold. | ||
*Author: [[Bernhard Bablok]] | |||
==Links== | ==Links== | ||
* [https://github.com/OS2World/LIB-CPP-EACLIB Source code at Github] | |||
[[Category: | [[Category:C++ Class Libraries]] |
Latest revision as of 17:56, 4 February 2018
This package consists of two classes (EA and EAList) wrapping the OS/2 Extended-Attribute APIs. You have to compile and link the appropriate files together with your application.
See also:
License
- BSD alike, but can not be sold.
- Author: Bernhard Bablok