I've built a Win32 DLL that contains several internal subroutines and functions, and everything appears to be working fine. In the Linker options, I've answered 'Yes' to 'Export All'.
My question deals with how to export (make visible) only one or two of the subroutines. When I answer 'No' to 'Export All', I don't see a way to specify individual subroutine or function names in the Linker options. How do I do this?