Interfacing with C in 2.066.1

Mike Parker via Digitalmars-d digitalmars-d at puremagic.com
Sat Nov 8 03:43:24 PST 2014


On 11/8/2014 7:03 PM, Jason den Dulk wrote:

>
> It looks like its trying to access the stuff as D code rather than C
> code. Can anyone shed some light on what the problem might be?

Anything in an extern(C) block *is* D code. The extern(C) bit just 
affects the name mangling.



More information about the Digitalmars-d mailing list