AngelCode.com > Reference Database > Languages/Scripting

DynCall library

Date written:
Authors:Daniel Adler, Tassilo Philipp
Resource type:toolkit
Links:[html]

Description

This library implements support for dynamically calling C/C++ functions and methods, by pushing arguments on a virtual stack and then invoking the function. It is similar to how AngelScript internally calls C/C++ functions and methods.

DB information

Date created:0000-00-00 00:00:00
Date evaluated:0000-00-00 00:00:00
Categories:Languages/Creating your own language
SDKs & libraries/Scripting
Languages/Scripting
Languages/C & C++/Calling conventions