Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error:
Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module core.stdc.stddef
import wchar_t
not found...
Thread overview |
---|
April 03 New Visual D Project giving error | ||||
---|---|---|---|---|
| ||||
Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error: Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module |
April 03 Re: New Visual D Project giving error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Duser | On Monday, 3 April 2023 at 15:58:32 UTC, Duser wrote: >Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error: Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module Was able to fix this by uninstalling and reinstalling both DMD and Visual D. |
April 07 Re: New Visual D Project giving error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Duser | On Monday, 3 April 2023 at 16:28:17 UTC, Duser wrote: >On Monday, 3 April 2023 at 15:58:32 UTC, Duser wrote: >Started a new Visual D project in VS2022 17.5, and the default Hello World project has the following error: Error: C:\Program Files\D\dmd-2.103.0\src\phobos\std\stdio.d(49): module Was able to fix this by uninstalling and reinstalling both DMD and Visual D. Unfortunately, that was a temporary fix. Next time I reopened the project, got the same error again. |