Interview Questions

What are 2 ways of exporting a function from a DLL?

C++ Interview Questions and Answers


(Continued from previous question...)

What are 2 ways of exporting a function from a DLL?

1.Taking a reference to the function from the DLL instance.
2. Using the DLL ’s Type Library

(Continued on next question...)

Other Interview Questions