473,406 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Updated my XP Pro System. Now VC++ 2005 Pro can't create tem file


error PRJ0006 : Could not open the temporary file
'c:\Project\CompressMorphis\Release\RSP00000133601 984.rsp'. Make sure the
file exists and that the directory is not write-protected.
1>Compiling...
1>Project : error PRJ0003 : Error spawning '/Ox'.

_______________________________________

I've checked the attributes, but when I do a "windows properties" it comes
up showing the directory with a greyed out "checked" button for "read only"
selected.

How do I get this back to the point of being able to build my code? This
problem seems to crop up in All my projects now...

I could always copy them to a "NEW" directory and see if that affects
things. I did just make use of a "simpleTech" 500G USB drive and ArcSoft
backup to backup the system. Would this have messed things up.

I should have probably run VSC++ 2005 sooner to see if the "en-mass" updates
I accepted onto the system broke something... :-(
Thanks.
Sep 6 '07 #1
3 2658

"Dave-H" <Da***@discussions.microsoft.comwrote in message
news:56**********************************@microsof t.com...
>
error PRJ0006 : Could not open the temporary file
'c:\Project\CompressMorphis\Release\RSP00000133601 984.rsp'. Make sure the
file exists and that the directory is not write-protected.
1>Compiling...
1>Project : error PRJ0003 : Error spawning '/Ox'.

_______________________________________

I've checked the attributes, but when I do a "windows properties" it comes
up showing the directory with a greyed out "checked" button for "read
only"
selected.
That's not grayed out as in disabled, but partially darkened, meaning that
some, but not all, of the files in the directory are readonly. A couple
clicks should clear it, removing all the readonly attributes on all files.
Sep 6 '07 #2
I've "unselected" the read only attribute and it keeps coming back.

I've even ran "attrib -R /S *" on the directories. Since VC++ is trying to
Create a "New" file... What is stopping it?

The only time I've seen this kind of thing is when trying to change an
"admin" owned file in the system directories....

-Dave

"Ben Voigt [C++ MVP]" wrote:
>
"Dave-H" <Da***@discussions.microsoft.comwrote in message
news:56**********************************@microsof t.com...

error PRJ0006 : Could not open the temporary file
'c:\Project\CompressMorphis\Release\RSP00000133601 984.rsp'. Make sure the
file exists and that the directory is not write-protected.
1>Compiling...
1>Project : error PRJ0003 : Error spawning '/Ox'.

_______________________________________

I've checked the attributes, but when I do a "windows properties" it comes
up showing the directory with a greyed out "checked" button for "read
only"
selected.

That's not grayed out as in disabled, but partially darkened, meaning that
some, but not all, of the files in the directory are readonly. A couple
clicks should clear it, removing all the readonly attributes on all files.
Sep 6 '07 #3
I'm now to the point that I figure the system needs to be booted with XP pro
system disk and a repair done.

I'm getting $Mft errors, and it looks like the fundamental problem is
something got trashed with the file permissions. When I try to change file
permissions to add "modify" access for "Users" so that MSVC++8 can create
temp files, it complains about a temp file being corrupt/broken.

Unless I can find a utility that repairs the file permissions... It looks
like the only fix is to boot with the install disk and do a "repair".

"Dave-H" wrote:
I've "unselected" the read only attribute and it keeps coming back.

I've even ran "attrib -R /S *" on the directories. Since VC++ is trying to
Create a "New" file... What is stopping it?

The only time I've seen this kind of thing is when trying to change an
"admin" owned file in the system directories....

-Dave

"Ben Voigt [C++ MVP]" wrote:

"Dave-H" <Da***@discussions.microsoft.comwrote in message
news:56**********************************@microsof t.com...
>
error PRJ0006 : Could not open the temporary file
'c:\Project\CompressMorphis\Release\RSP00000133601 984.rsp'. Make sure the
file exists and that the directory is not write-protected.
1>Compiling...
1>Project : error PRJ0003 : Error spawning '/Ox'.
>
_______________________________________
>
I've checked the attributes, but when I do a "windows properties" it comes
up showing the directory with a greyed out "checked" button for "read
only"
selected.
That's not grayed out as in disabled, but partially darkened, meaning that
some, but not all, of the files in the directory are readonly. A couple
clicks should clear it, removing all the readonly attributes on all files.

Sep 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: xxnonexnonexx | last post by:
I use the following piece of code to show when the page thats being accessed was last updated: <!-- var modified = new Date(document.lastModified); document.write("<b>Last Updated:<i>...
2
by: um | last post by:
When the POSIX pthreads library for w32 release 2-2-0 (http://sources.redhat.com/pthreads-win32/) is compiled with VC++6 then it compiles and passes all the benchmark tests in the subdirectory...
13
by: Alexandra | last post by:
Hi, I have a hidden system file that I need to read. I am logged in as an administrator. I can not change the file attributes using the windows explorer.
12
by: Jim Hammond | last post by:
I am passing the whole object instead or parameters in my select and update methods. I can get the updated object if I set UpdateMethod, let ASP.NET autogenerate an update button, and then press...
4
by: Shil | last post by:
Hi, In VC++.Net 2005 visual studio, if I create a new winform drag and drop a button, then double click it to write click event code, then it auto generates the template code for the event in...
0
by: ashukasama | last post by:
Hello All, I have a dll created in c# visual studio 2005. i wanted to use this dll in vc++ project created in visual studio 2003. I am doing following steps for using the dll developed in 2005:...
6
by: Peted | last post by:
Hi, im wanting to store some custom text strings in the app.config file of a c# app, to be retreived and updated when the app runs. using c# 2005 express in my testing i am using the code...
8
by: Daniele Piccinini | last post by:
Hi all, In my vc++ 2005 dialog based application i need to use a comunication activex component in a secondary thread: CFINSAxEFS* pNewAx = new CFINSAxEFS(); if ( !pNewAx->Create( NULL,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.