ExplodyThingy Posted September 10, 2003 Report Posted September 10, 2003 fatal error C1083: Cannot open compiler intermediate file: 'C:WINDOWSTEMPa45173db': Permission denied Error executing cl.exe. EXPLBot.exe - 1 error(s), 0 warning(s) Eh?I have never seen this before. Im in need of a reboot anyway, so could this be related to long use on WinME? And why does it want a temp file? Or is this simply a one-time thing? ALSO and unrelated:Lets say i have a created a numeric datatype. How would i define the operator ++ in that class without creating an internal compiler error? ~ExplodyOnions3:MikeTheNose> I use my own insanity to communicate
★ SOS Posted September 11, 2003 Report Posted September 11, 2003 1) Yea, reboot. Or just reopen VS, might fix it. Or upgrade to a decent VS version 2)class boo{...boo operator++(); // Maybe like this?...}
Recommended Posts