On Friday, 20 February 2026 at 21:31:09 UTC, realhet wrote:
On Friday, 20 February 2026 at 16:45:35 UTC, Adam D. Ruppe wrote:
On Friday, 20 February 2026 at 16:21:58 UTC, realhet wrote:
Now I'm compiling only these arsd modules: mysql, jsvar,

Please help me with this linker issue:
libcmt.lib

Never mind this!
By installing MS SQL Server Management Studio 2022, I successfully destroyed my working DLang environment. Now every project I try to compile fails. I'm crying out loud now XD

---------------------------------------------------------------------------

Why did you import them in the first place? Only import the things you actually use!

My build system is not too clever, it works like this:

```d
module arsd.database;

...

void fun()  //a function that I'm not using
{
import arsd.dom, arsd.cgi; //<- my custom buildsystem sees this, and it automatically compiles.
   ...
}
...
```

And WHY I use a custom build system? -> Because I need it for my custom IDE -> youtube.com/@realhet/videos

It's a bit of a problem that with Adam's library it goes nuts, but I'm working on it. :D

Reply via email to