Jump to content

EA Class Library: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Description==
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.


==Download==
See also:
* [https://github.com/OS2World/LIB-CPP-EACLIB Source code at Github]
 
==API Documentation==
* [[OS2_API:EACLASS:EA|EA]]
* [[OS2_API:EACLASS:EAList|EAList]]
 
==Documentation==
* [[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]]
==Author==
* Bernhard Bablok


==Links==
==Links==
* [https://github.com/OS2World/LIB-CPP-EACLIB Source code at Github]


[[Category:Tools]]
[[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

Links