Click here to Skip to main content
15,892,072 members
Articles / Desktop Programming / Win32

One Line Template Call for a Dynamically Loaded DLL Function - Extensions to GetProcAddress() and Invoke()

Rate me:
Please Sign up or sign in to vote.
4.87/5 (40 votes)
19 Feb 2015CPOL1 min read 53.3K   82  
One-call of any DLL function with custom parameters, implemented with C++ tuple and templates.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Greece Greece
I'm working in C++, PHP , Java, Windows, iOS, Android and Web (HTML/Javascript/CSS).

I 've a PhD in Digital Signal Processing and Artificial Intelligence and I specialize in Pro Audio and AI applications.

My home page: https://www.turbo-play.com

Comments and Discussions