Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 refactor: rename resource symbol

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Mordachai Posted - Nov 09 2010 : 12:28:00 PM
currently, if I try to rename a resource symbol that is defined in a #included resource.h of a resource DLL project, VAX fails to locate & rename the actual definition of the symbol in its .rc file.

// MyProj.cpp
#include "resources.h"
LoadString(IDS_ASTRING);

// MyResProj
// resources.h
#define IDS_ASTRING 99

// MyResProj
// English.rc
STRINGTABLE 
BEGIN
IDS_ASTRING "This is a string in a resource project"
END

VAX will try to rename IDS_ASTRING in MyProj.cpp, resources.h, but fail to notice English.rc.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Nov 09 2010 : 2:17:29 PM
We are considering doing this at some point:

case=18366

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000