Re: Integrate vibe.d into Windows Service
Kagamin via Digitalmars-d-learn Fri, 23 Nov 2018 13:31:05 -0800
You don't need to initialize runtime because it's initialized by
standard D startup code, but you need to attach threads that are
not created by D or static constructors won't be run and only
C-level code would work there.
- Integrate vibe.d into Windows Service Andre Pany via Digitalmars-d-learn
- Re: Integrate vibe.d into Window... Kagamin via Digitalmars-d-learn
- Re: Integrate vibe.d into Wi... Andre Pany via Digitalmars-d-learn
- Re: Integrate vibe.d into Wi... Andre Pany via Digitalmars-d-learn
- Re: Integrate vibe.d int... Kagamin via Digitalmars-d-learn
- Re: Integrate vibe.d... Andre Pany via Digitalmars-d-learn
- Re: Integrate v... Andre Pany via Digitalmars-d-learn
- Re: Integrate vibe.d into Window... Daniel Kozak via Digitalmars-d-learn