On 12/19/13, Adam D. Ruppe <[email protected]> wrote: > Is there a way to skip writing the exports section and using a > .def file when doing a DLL on Windows now? > > And if not, will/can DIP45 allow that?
Not sure if you mean avoiding using the EXPORTS section in a .def file, or if you want to avoid using export declarations in code? (they're alternatives to each other).
