Answers

Question and Answer:

  Home  C++ Programming

⟩ 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

 106 views

More Questions for you: