docs.json is incomplete

2020-04-10 Thread Anonymouse via Digitalmars-d-learn
I'm trying to get docs for my project hosted, and everything works, except there are entries missing. Looking at the generated docs.json there's simply a lot of omitted stuff. Example: http://kameloso.dpldocs.info/kameloso.plugins.sedreplace.html http://kameloso.dpldocs.info/source/kameloso.pl

Re: Link error undefined symbol: __imp__InterlockedIncrement@4 on windows

2020-04-10 Thread evilrat via Digitalmars-d-learn
On Thursday, 9 April 2020 at 14:07:10 UTC, Clayton Alves wrote: I'm trying to compile my first hello world dub project, but when I run "dub" it spits this error: lld-link: error: undefined symbol: __imp__InterlockedIncrement@4 Does anybody have any clues what is going on ? This is from WinAP

Re: To get memory from another process.

2020-04-10 Thread Quantium via Digitalmars-d-learn
I've tried this on 64 bit, it works. But when I start VirtualBox with Windows 10 32-bit on it, it doesnt works.

Re: odd atomicOp errors from vibe-core

2020-04-10 Thread Mathias LANG via Digitalmars-d-learn
On Friday, 10 April 2020 at 03:26:04 UTC, Steven Schveighoffer wrote: On 4/9/20 11:22 PM, Stefan Koch wrote: On Friday, 10 April 2020 at 01:54:14 UTC, Steven Schveighoffer wrote: I'm building a library that uses vibe-core as an indirect dependency. Specifically, I'm testing the library with dub