Re: I don't understand why dependencies are not imported.

2025-03-09 Thread Mike Parker via Digitalmars-d-learn
On Sunday, 9 March 2025 at 12:01:41 UTC, Enamisu wrote: Thank you very much, it really works. It's a pity that I'll have to use a Windows virtual machine, it's not convenient. Well, if you're trying to do Windows programming, it's to be expected that you'll either need to be on Windows or c

Re: I don't understand why dependencies are not imported.

2025-03-09 Thread Enamisu via Digitalmars-d-learn
On Sunday, 9 March 2025 at 08:25:00 UTC, Mike Parker wrote: On Saturday, 8 March 2025 at 22:21:45 UTC, Enamisu wrote: I have errors when working with the `core.sys.windows.winnt` library. I use dub to compile the program. I don't understand why dependencies are not imported. Please help me unde

Re: I don't understand why dependencies are not imported.

2025-03-09 Thread Mike Parker via Digitalmars-d-learn
On Saturday, 8 March 2025 at 22:21:45 UTC, Enamisu wrote: I have errors when working with the `core.sys.windows.winnt` library. I use dub to compile the program. I don't understand why dependencies are not imported. Please help me understand the cause of the error. ``` enamisu@pc:~/Project

Re: I don't understand why dependencies are not imported.

2025-03-09 Thread Enamisu via Digitalmars-d-learn
On Sunday, 9 March 2025 at 02:21:09 UTC, Paul Backus wrote: On Saturday, 8 March 2025 at 22:21:45 UTC, Enamisu wrote: I have errors when working with the `core.sys.windows.winnt` library. I use dub to compile the program. I don't understand why dependencies are not imported. Please help me unde

Re: I don't understand why dependencies are not imported.

2025-03-08 Thread Paul Backus via Digitalmars-d-learn
On Saturday, 8 March 2025 at 22:21:45 UTC, Enamisu wrote: I have errors when working with the `core.sys.windows.winnt` library. I use dub to compile the program. I don't understand why dependencies are not imported. Please help me understand the cause of the error. It looks like the errors ar