What the h*ll is this? Does a...x mean 'athrax'?

fatal error C1083: Cannot open compiler intermediate file: 'C:\DOCUME~1
\luckie\LOCALS~1\Temp\a01488ex': Permission denied

Sorry for being rude....
really p*ssed off as it last for many hours in my machine now....
Many thanks
Jack

Re: Can't open compiler immediate file by Carl

Carl
Thu Sep 30 08:53:52 CDT 2004

Jacky Luk wrote:
> What the h*ll is this? Does a...x mean 'athrax'?
>
> fatal error C1083: Cannot open compiler intermediate file:
> 'C:\DOCUME~1 \luckie\LOCALS~1\Temp\a01488ex': Permission denied

It would appear to mean that the compiler has write-only access to your temp
directory.

You might try:

- Checking on permissions for that directory
- Creating a new temp directly (like C:\TEMP) and pointing the TEMP and TMP
environment variables there (close and re-start Visual Studio or your
command-prompt after doing so).
- Rebooting - maybe something messed up in your OS image that has that file
locked out.

-cd