Dynamically Mapping/Wrapping a DLL Function

Varcy Hilten

New member
Joined
Aug 4, 2005
Messages
4
Programming Experience
5-10
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