Re: DIP 1036e not on the DIPs list?

2024-02-23 Thread Mike Parker via Digitalmars-d-learn
On Friday, 23 February 2024 at 23:30:26 UTC, kdevel wrote: The DIP 1036e is not listed in https://github.com/dlang/DIPs/tree/master/DIPs is this intentional? The DIP process has been closed for a while now. Atila did write a proposal for Adam's implementation, and I'll add it to the repo

Re: Missing library dependencies compiling app with importC

2024-02-23 Thread ptcute via Digitalmars-d-learn
On Friday, 23 February 2024 at 11:32:15 UTC, ryuukk_ wrote: Wich version of visual studio you have? From what i could find online, it could be due to having an older version, try to update it if it's too old Sorry,forgot to mention this,it is: Windows 10 64bit + dmd 2.106 + VS Community 2019

DIP 1036e not on the DIPs list?

2024-02-23 Thread kdevel via Digitalmars-d-learn
The DIP 1036e is not listed in https://github.com/dlang/DIPs/tree/master/DIPs is this intentional?

Searching for i" in the forum

2024-02-23 Thread kdevel via Digitalmars-d-learn
How do I search for i" in the forum? I get the following errors: i" -> Error: malformed MATCH expression: [i"] (1) i\" -> Error: malformed MATCH expression: [i\"] (1) 'i"' -> Error: malformed MATCH expression: ['i"'] (1) `i"` -> Error: malformed MATCH expression: [`i"`] (1) "i

Re: Missing library dependencies compiling app with importC

2024-02-23 Thread ryuukk_ via Digitalmars-d-learn
Wich version of visual studio you have? From what i could find online, it could be due to having an older version, try to update it if it's too old