Creating named tempfiles

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 00:51:38 PST 2015


"Jonathan M Davis via Digitalmars-d"  wrote in message 
news:mailman.5879.1423038837.9932.digitalmars-d at puremagic.com...

> Well, I have it as extern(Windows) like everything else in
> core.sys.windows.windows - it has extern(Windows): at the top. Should that
> be something else in this case? I'm not at all familiar with the Windows
> calling conventions.

Try extern(C) and see if it works.  If it's a C function, it will most 
likely be using C mangling instead of system mangling. 



More information about the Digitalmars-d mailing list