Search results for query: *

  1. V

    A function to build and call a function

    Does anyone have an idea how to begin on this. I want to programmatically build a function and then call it during run time. Is it possible?
  2. V

    Dynamically Mapping/Wrapping a DLL Function

    Is it possible to dynamically wrap/map a dll function programmatically? I am wanting to create a component to allow users to specify the namespace, name, params, param types and return value of a dll function, give the function an alias, then call the function through the component. Thanks?
Back
Top