www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - New Visual D Project giving error

reply Duser <DUser aol.com> writes:
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...
Apr 03 2023
parent reply Duser <DUser aol.com> writes:
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 
 `core.stdc.stddef` import `wchar_t` not found...
Was able to fix this by uninstalling and reinstalling both DMD and Visual D.
Apr 03 2023
parent Duser <DUser aol.com> writes:
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 
 `core.stdc.stddef` import `wchar_t` not found...
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.
Apr 07 2023