[Issue 11185] New: Win64: std.stdio.tmpFile does not work
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 6 09:41:20 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11185
Summary: Win64: std.stdio.tmpFile does not work
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: r.sagitario at gmx.de
--- Comment #0 from Rainer Schuetze <r.sagitario at gmx.de> 2013-10-06 09:41:20 PDT ---
module test;
import std.stdio;
void main()
{
File f = File.tmpfile();
}
compiled with "dmd -m64 test.d" and run yields:
std.exception.ErrnoException at std\stdio.d(1025): Could not create temporary file
with tmpfile() (Permission denied)
This is caused by the called C runtime function not working to start with.
Maybe this is caused by a combintion of my OS (Win8/64) and VS versions (VS2008
or VS2010).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list