Link to home
Start Free TrialLog in
Avatar of glt10
glt10

asked on

compile error

fatal error C1083: Cannot open compiler intermediate file : 'f:\WINDOWS\TEMP\a63213sy': No such file or directory
how i solve this problem
Avatar of rwilson032697
rwilson032697

I have seen this when the disk has been filled up during the compile...

Cheers,

Raymond.
It'll also happen when your account doesn't have write access to the drive or directory the TEMP variable references.

..B ekiM
Try to free space to solve this problem
Avatar of glt10

ASKER

to rwilson and hongjun
thank you for comment but
my f drive have more than 500 MB
is that not enough

to mikeblas
thank you for comment
i not truely understand you comment
are your comment mean my drive or directory are set to read only
actually that directory are not existing
in my drive
ASKER CERTIFIED SOLUTION
Avatar of mikeblas
mikeblas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of glt10

ASKER

to mikeblas
actually this directory even no exist in any drive of my computer
and every time i compiled it the difference directory is showing, so how i point to actually exist directory


Set the TEMP environment correctly to a directory that really exists.

If you're using Windows 95 or 98, do that in the AUTOEXEC.BAT file.

If you're using Windows NT, do that in the "System" applet in Control Panel.

..B ekiM
Avatar of glt10

ASKER

to mikeblas
thank you for your comment
actually i solve the problem already
i reinstall the win98 and reinstall the visual C++
but any way thank you