How to compile and test samples under Windows?

Adam D. Ruppe destructionator at gmail.com
Sat Nov 9 15:43:02 PST 2013


On Saturday, 9 November 2013 at 23:37:38 UTC, Adam D. Ruppe wrote:
> regsvr32.exe still fails though, on XP (works on Vista), I must 
> still be missing something. But this is a lot closer already....

I "fixed" this by commenting out the call to gc_init in 
dserver.d's DllMain (thereabouts line 140). I don't know why it 
would work in dclient but not regsvr, maybe it has to do with 
threads again. Regardless though, comment that out and it 
registers.

Soooo yeah that's kinda messed up that this stuff doesn't just 
work, but at least you can make it work now, hopefully.

let me know if it works on your computer too.


More information about the Digitalmars-d-learn mailing list