Use of function pointers for callling functions in a DLL

Posted by viswanathan on Stack Overflow See other posts from Stack Overflow or by viswanathan
Published on 2010-06-10T16:48:16Z Indexed on 2010/06/10 16:53 UTC
Read the original article Hit count: 192

Filed under:

Is it possible to call a function in a DLL loaded dynamically without making use of function pointers.

© Stack Overflow or respective owner

Related posts about c++