Connecting Tech Pros Worldwide Help | Site Map

Native the resource (RC-file) edtior in Visual Studio 2008

Nikolay Belyh
Guest
 
Posts: n/a
#1: Jun 27 '08
1. Why does Visual Studio 2008 started ignoring //{NO_DEPENDENCIES} in
resource.h? If I edit file "resource.h" _manually_, it rebuilds the
whole solution. It worked just fine with Visual Studio 2005.

2. Why does Visual Studio 2008 not allow having two resource files
(that use the same "resoure.h") open at the same time, when they are
in different projects of the same solution (localization resource-only
dll projects?) It worked just fine with Visual Studio 2005. In Visual
Studio 2008 "File is opened in another editor". WTF?

3. Are the rumors true, that the lead developer of the native resource
editor saved Bill Gate's life in the childhood, and that's why
microsoft will keep him no matter what? :-)

Kind regards, Nikolay.
Ted
Guest
 
Posts: n/a
#2: Jun 27 '08

re: Native the resource (RC-file) edtior in Visual Studio 2008


Sounds like a serious bug - too late for consideration for Visual Studio
2008 SP1, but file it here anyway for consideration in "Dev10" (Visual
Studio 2010)

http://connect.microsoft.com/VisualStudio

Ted.

"Nikolay Belyh" <nbelyh@gmail.comwrote in message
news:21bfc344-47ed-4327-8c95-22102c0ac401@25g2000hsx.googlegroups.com...
Quote:
1. Why does Visual Studio 2008 started ignoring //{NO_DEPENDENCIES} in
resource.h? If I edit file "resource.h" _manually_, it rebuilds the
whole solution. It worked just fine with Visual Studio 2005.
>
2. Why does Visual Studio 2008 not allow having two resource files
(that use the same "resoure.h") open at the same time, when they are
in different projects of the same solution (localization resource-only
dll projects?) It worked just fine with Visual Studio 2005. In Visual
Studio 2008 "File is opened in another editor". WTF?
>
3. Are the rumors true, that the lead developer of the native resource
editor saved Bill Gate's life in the childhood, and that's why
microsoft will keep him no matter what? :-)
>
Kind regards, Nikolay.

=?Utf-8?B?amlhbnBpbmc=?=
Guest
 
Posts: n/a
#3: Aug 6 '08

re: Native the resource (RC-file) edtior in Visual Studio 2008


if a resource project contains resources of multiple languages ie english.rc,
and spanish.rc, once user view resource in english.rc, user are no longer
able to view resource in english.rc.

the only way to solve this problem is to close the vs2008 and run it again,
or open resource.h in text editor and close it, then users are allowed to
edit resource in another language.

Closed Thread