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

Q

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

✍: Guest

A

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

2012-02-17, 2678👍, 0💬