473,386 Members | 1,785 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,386 software developers and data experts.

Resource Editor Bug

GTi
I have upgraded my Win32/C project from MSVC 2003 project to MVSC 2005.
But now I can't save any changes on my resource .rc file.
I can open it in the resource edit, modify and add new controls.
But hitting the CTRL+S or save from the file menu it still have a star
mark on the file name.
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the .rc
file, and when pressing the Yes button it give me an application error:
AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.

PS!
Sending a error report to Microsoft haven't helped me yet.

Jun 8 '06 #1
6 3069
GTi wrote:
I have upgraded my Win32/C project from MSVC 2003 project to MVSC
2005. But now I can't save any changes on my resource .rc file.
I can open it in the resource edit, modify and add new controls.
But hitting the CTRL+S or save from the file menu it still have a star
mark on the file name.
Is the file read-only or otherwise not-writable?
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the
.rc file, and when pressing the Yes button it give me an application
error: AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.

PS!
Sending a error report to Microsoft haven't helped me yet.


Then you should contact Microsoft product support for your region.

http://msdn.microsoft.com/visualc/support/

-cd
Jun 8 '06 #2
I'm going through a very similar bug myself. I've upgraded my project 2003
to 2005. I haven't tried to update .rc files. I can use resources out of any
new .resx file I create. I can't, however, access resources in a pre-created
..resx. E.g. if I try to set the icon on my main window to anything but the
default, it builds correctly; however, I get a run-time error at form load
time that complains that it can't find the resource. Do you also get this?
If so, should I figure out how to fix it, I'll post my answer here.

Also, just in case. When I upgraded I got link warnings that I hadn't
specified a target machine. If you see those warnings set the target machine
in your project settings. Your program will run much faster.
-- Noah
"GTi" <tu****@gmail.com> wrote in message
news:11**********************@u72g2000cwu.googlegr oups.com...
I have upgraded my Win32/C project from MSVC 2003 project to MVSC 2005.
But now I can't save any changes on my resource .rc file.
I can open it in the resource edit, modify and add new controls.
But hitting the CTRL+S or save from the file menu it still have a star
mark on the file name.
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the .rc
file, and when pressing the Yes button it give me an application error:
AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.

PS!
Sending a error report to Microsoft haven't helped me yet.

Jun 9 '06 #3
gt
Noah Stein wrote:
I'm going through a very similar bug myself. I've upgraded my project 2003
to 2005. I haven't tried to update .rc files. I can use resources out of any
new .resx file I create. I can't, however, access resources in a pre-created
.resx. E.g. if I try to set the icon on my main window to anything but the
default, it builds correctly; however, I get a run-time error at form load
time that complains that it can't find the resource. Do you also get this? I have't created any .resx file.
Must I do it?
Can't I use the .rc as it is ?

If so, should I figure out how to fix it, I'll post my answer here.

Also, just in case. When I upgraded I got link warnings that I hadn't
specified a target machine. If you see those warnings set the target machine
in your project settings. Your program will run much faster. Wilco
Havn't tested it yet. Must test it and see if it make any changes


-- Noah
"GTi" <tu****@gmail.com> wrote in message
news:11**********************@u72g2000cwu.googlegr oups.com...
I have upgraded my Win32/C project from MSVC 2003 project to MVSC 2005.
But now I can't save any changes on my resource .rc file.
I can open it in the resource edit, modify and add new controls.
But hitting the CTRL+S or save from the file menu it still have a star
mark on the file name.
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the .rc
file, and when pressing the Yes button it give me an application error:
AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.

PS!
Sending a error report to Microsoft haven't helped me yet.


Jun 9 '06 #4
Hi GTi!
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the .rc
file, and when pressing the Yes button it give me an application error:
AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.
A hotfix is now available:
FIX: When you modify a resource file in a Visual C++ 2005-based project
and then try to exit the IDE, Visual Studio may crash
http://support.microsoft.com/kb/918554/EN-US/

Greetings
Jochen
Aug 4 '06 #5
GTi
Jochen Kalmbach [MVP] wrote:
Hi GTi!
When building the project the changes is not part of the new build.
When I exit Microsoft Visual Studio is ask me if I want to save the .rc
file, and when pressing the Yes button it give me an application error:
AppName: devenv.exe
AppVer: 8.0.50727.42
AppStamp:4333e699
ModName: ntdll.dll
ModVer: 5.1.2600.2180
ModStamp:411096b4
fDebug: 0
Offset: 00043345

This is critical for me to solve since I can't work on my project
anymore.

A hotfix is now available:
FIX: When you modify a resource file in a Visual C++ 2005-based project
and then try to exit the IDE, Visual Studio may crash
http://support.microsoft.com/kb/918554/EN-US/

Greetings
Jochen
OK - nice :)
But where can I download this file.
I don't want to pay MS $99.00 only for that file !!!

Aug 6 '06 #6
Hi GTi!
>>A hotfix is now available:
FIX: When you modify a resource file in a Visual C++ 2005-based project
and then try to exit the IDE, Visual Studio may crash
http://support.microsoft.com/kb/918554/EN-US/

OK - nice :)
But where can I download this file.
I don't want to pay MS $99.00 only for that file !!!
Normally this is a free incident, because it is definitiv a bug...

Have you contancted MS product support and refered to the abouve
knowledgebase article?
Normally they sent you the hotfix via mail...

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Aug 6 '06 #7

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

Similar topics

2
by: RLW | last post by:
Help! I'm an undergraduate doing an MFC assignment using Visual Studio 7 and the resource editor has suddenly starting doing strange stuff. I created a number of new menu items, and the...
11
by: Danny Pressley | last post by:
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal...
5
by: Adam Parkin | last post by:
Hello all, I am seeking some help with the following problem. I'm working on an application where I have a resource file, and in this resource file what I want to store is a list of file names...
4
by: | last post by:
When do they plan on making this essential utility USEFUL? In its current form its pointless. How could they let this out? Its useless.
7
by: Dan H. | last post by:
Hello, What is the equivalent "string resource file" in c#? And, is there a way to create a beep in C#? Thanks, Dan
9
by: Jay | last post by:
I'm a long time use of msvc (since v2.0) but the resource editor in version 7.0 has me stumped. All I'm trying to do is edit the text in a button but I can't find any way of doing it. If I open...
9
by: Tom the Canuck | last post by:
A while back I was playing with C++ and made a simple program with a WAV file as a resource. It worked well and was easy to make. I then went on to try this with VB. I had problems. Can this be...
9
by: Alf P. Steinbach | last post by:
<what to design a C++ solution for> A Windows API /resource/ is data embedded in the executable, accessed via API functions. A resource is completely identified by the quadruple (id, type,...
7
by: Rich | last post by:
I am resurrecting this question (since it got bumped down by more recent posts). This is probably very simple - I need to add a version resource to a DLL project in MSVC++ 2005 Express in order...
3
by: =?Utf-8?B?TGV4?= | last post by:
I have a standard MFC application, every now and then, probably after editing resources or classes it changes the #included statement in the .RC file from resource.h to reasource. I then have to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.