Andy's Dynamic Link Library: Difference between revisions
Appearance
Created page with "A multi-platform C library that aids in creating code for DLL's when for third party applications. Available in versions for 16 and 32 bit DOS, 16 and 32 bit OS/2, Win32, ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
A multi-platform [[C]] library that aids in creating code for DLL's | A multi-platform [[C]] library that aids in creating code for DLL's to help them being accessed by third party applications. Available in versions for 16 and 32 bit DOS, 16 and 32 bit OS/2, Win32, IBM [[AIX]], Linux, HP-UX, SunOS and Novell Netware and should be a fairly easy port to other UNIX like systems. | ||
==Links== | ==Links== |
Revision as of 17:10, 25 October 2015
A multi-platform C library that aids in creating code for DLL's to help them being accessed by third party applications. Available in versions for 16 and 32 bit DOS, 16 and 32 bit OS/2, Win32, IBM AIX, Linux, HP-UX, SunOS and Novell Netware and should be a fairly easy port to other UNIX like systems.
Links
Author
- Andy Kay