unresolved external symbol _d_throwc

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Jan 18 07:35:36 PST 2016


On Monday, 18 January 2016 at 15:08:30 UTC, Chris wrote:
> Indeed the gtkdgl lib was getting compiled by DMD for some 
> reason, I got it working now. Thanks for the pointer.

I highly recommend Dscanner for finding such D symbol definitions:

https://github.com/Hackerpilot/Dscanner/

It's the only D tool I built and keep lying around on my Android 
tablet, which I'm using for some development nowadays.  Running 
Dscanner on the ldc source on my tablet quickly found the file:

$ ./dscanner -d _d_throwc ldc/                                    
      ldc/runtime/druntime/src/rt/deh_win64_posix.d(217:17)


More information about the digitalmars-d-ldc mailing list