|
-
January 12th, 2007, 04:57 PM
#1
How to update string table without using IDE?
Whare are some ways of updating the string table of a project without going into the IDE and changing the string table?
Is there a file I can edit directly?
Command line option to set a string table when compiling?
Thanks!
-
January 13th, 2007, 12:30 AM
#2
Re: How to update string table without using IDE?
Just open.rc file using notepad
-
January 13th, 2007, 07:03 PM
#3
Re: How to update string table without using IDE?
 Originally Posted by kirants
Just open.rc file using notepad 
And must update resource.h file using notepad.
Best Api Monitor tool.
Trace the target program automatically and monitor the parameters of all API and COM interfaces.
Auto Debug for Windows 4.0
Auto Debug for .Net
http://www.autodebug.com/
-
January 17th, 2007, 06:58 PM
#4
Re: How to update string table without using IDE?
 Originally Posted by pengch
And must update resource.h file using notepad. 
ok I know that's simple, but I'm automating this using ANT scripts, so I was wondering if there are COMMAND line options to change string tables on the fly or if there was an easy way of tweaking it without parsing through text etc.
thanks!
-
January 22nd, 2007, 01:41 PM
#5
Re: How to update string table without using IDE?
So I found the command line option, but after setting it, how do I load it into a CString?
CString mystring;
mystring.LoadString(???);
Thanks =)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|