digitalmars.D - Unable to create a betterC DLL on Windows.
- Rel (13/13) Mar 20 2019 Don't know if it is a bug or not supported on purpose. When I
- Rel (1/1) Mar 28 2019 any thoughts?
- Andre Pany (4/5) Mar 28 2019 Please file an issue for this.
- Rel (2/7) Mar 31 2019 https://issues.dlang.org/show_bug.cgi?id=19784
Don't know if it is a bug or not supported on purpose. When I compile simple DLL on Windows with DMD it works fine, but when I try to do it in betterC mode I get "Error 42: Symbol Undefined __acrtused_dll". As far as I understand compiler generates code that calls this function, but it is defined in Phobos and betterC stuff shouldn't rely on it. In my opinion it should be possible to create DLLs in betterC mode, what do you think?
Mar 20 2019
On Thursday, 28 March 2019 at 08:15:34 UTC, Rel wrote:any thoughts?Please file an issue for this. Kind regards Andre
Mar 28 2019
On Thursday, 28 March 2019 at 09:29:02 UTC, Andre Pany wrote:On Thursday, 28 March 2019 at 08:15:34 UTC, Rel wrote:https://issues.dlang.org/show_bug.cgi?id=19784any thoughts?Please file an issue for this. Kind regards Andre
Mar 31 2019