Jump to content

Andy's Dynamic Link Library: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A multi-platform [[C]] library that aids in creating code for DLLs to help them being accessed by third party applications. Available in versions for [[DOS]], OS/2, Win32, IBM [[AIX]], Linux, HP-UX, SunOS and Novell Netware and should be a fairly easy port to other UNIX like systems.
A multi-platform [[C]] library that aids in creating code for DLLs to help them being accessed by third party applications. Available in versions for [[DOS]], OS/2, Win32, IBM [[AIX]], Linux, [[HP-UX]], SunOS and Novell [[NetWare]] and should be a fairly easy port to other UNIX like systems.
 
==License==
* Public Domain
* Author: Andy Key


==Links==
==Links==
* http://www.nyangau.org/dll/dll.htm
* http://www.nyangau.org/dll/dll.htm
==Author==
* Andy Key


[[Category:C Libraries]][[Category:Software written in C]]
[[Category:C Libraries]][[Category:Software written in C]]

Latest revision as of 02:16, 7 May 2023

A multi-platform C library that aids in creating code for DLLs to help them being accessed by third party applications. Available in versions for DOS, OS/2, Win32, IBM AIX, Linux, HP-UX, SunOS and Novell NetWare and should be a fairly easy port to other UNIX like systems.

License

  • Public Domain
  • Author: Andy Key

Links