Click here to Skip to main content
15,887,676 members
Articles / Programming Languages / C++

Reusable Function Loader for a DLL

Rate me:
Please Sign up or sign in to vote.
4.10/5 (6 votes)
3 Oct 20037 min read 130.8K   781   34  
Provides clean syntax for explicitly loading a DLL and its export functions. Exported DLL functions appear as local extern "C" functions or class member functions at source level.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Researcher
Australia Australia
Computer Vision Research
Postgrad @Monash, Australia

Comments and Discussions