I am trying to build a class installer dll and I want to use a .def file to
specify the exported functions. After looking at the SDK and some DDK
samples, I'm still a bit confused. How should I be building the dll: use
the command line utility included with the SDK or the VC++ build enviroment?
Is it just a matter of preference? I found a section in the MSDN library
about how to use a .def file in the VC++ IDE, but was unable to locate the
"project Property Page" to set the /DEF option. Can someone explain the
steps needed to export functions in a dll using either the VC++ IDE or
command line? Or point me to an article. Thank you for your time.