Dynamic linking

From ScarletDME
Revision as of 01:05, 19 December 2008 by SteveB (talk | contribs) (New page: == ccall.zip == This is a VERY comprehensive set of examples by Doug Dumitu related to calling functions in glibc. If the links dont work then search in http://groups.google.co.uk/group/...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ccall.zip

This is a VERY comprehensive set of examples by Doug Dumitu related to calling functions in glibc.

If the links dont work then search in http://groups.google.co.uk/group/OpenQM for "ccall.zip" or "Creating a VFS interface to D3" or 'The CCALL layer is a low-level "stack" processors.' and look for Dougs post on the 3 Sep 2007. The ccall.zip file is attached at the end.

ccall.zip Look for Dougs post in this discussion.

Creating a VFS interface to D3

"The CCALL layer is a low-level "stack" processors. It allows you to build the native C calling stack and then "call" a function. It assumes that you are very careful and understand calling conventions."