Thread overview | |||||
---|---|---|---|---|---|
|
December 19, 2013 module definition files and dll export | ||||
---|---|---|---|---|
| ||||
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? |
December 20, 2013 Re: module definition files and dll export | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | On 12/19/2013 09:55 PM, Adam D. Ruppe 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?
I'm no Windows expert but I think you can always export symbols using a .def file. It's simply a matter of the linker understanding .def files.
|
December 20, 2013 Re: module definition files and dll export | ||||
---|---|---|---|---|
| ||||
Posted in reply to Adam D. Ruppe | On 12/19/13, Adam D. Ruppe <destructionator@gmail.com> 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).
|
Copyright © 1999-2021 by the D Language Foundation