Click here to Skip to main content
15,886,067 members
Articles / Programming Languages / C++

Resource Comparer

Rate me:
Please Sign up or sign in to vote.
4.85/5 (19 votes)
23 Aug 2004Ms-RL6 min read 98.5K   1.9K   37  
Compares two .RC-files and shows important differences. Useful if you create programs in multiple languages.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Test.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_TEST_DIALOG                 102
#define IDS_TOFORMAT                    102
#define IDS_SLASH                       103
#define IDS_ULTRA                       104
#define IDR_MAINFRAME                   128
#define IDR_TOOLBAR1                    133
#define IDD_DIALOG1                     136
#define IDC_LISTCONTROL                 1000
#define IDC_STATIC_EXTRA                1001
#define IDC_EDIT1                       1002
#define IDC_BUTTON1                     1003
#define IDC_CHECK1                      1004
#define IDC_RADIO1                      1005
#define IDC_COMBO1                      1006
#define IDC_LIST1                       1007
#define IDC_SCROLLBAR1                  1008
#define IDC_SCROLLBAR2                  1009
#define IDC_SPIN1                       1010
#define IDC_PROGRESS1                   1011
#define IDC_SLIDER1                     1012
#define IDC_HOTKEY1                     1013
#define IDC_LIST2                       1014
#define IDC_TREE1                       1015
#define IDC_TAB1                        1016
#define IDC_ANIMATE1                    1017
#define IDC_RICHEDIT1                   1018
#define IDC_DATETIMEPICKER1             1019
#define IDC_MONTHCALENDAR1              1020
#define IDC_IPADDRESS1                  1021
#define IDC_CUSTOM1                     1022
#define IDC_COMBOBOXEX1                 1023
#define ID_FILE_CHECKED                 10000

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        137
#define _APS_NEXT_COMMAND_VALUE         32772
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under Microsoft Reciprocal License


Written By
PEK
Sweden Sweden
PEK is one of the millions of programmers that sometimes program so hard that he forgets how to sleep (this is especially true when he has more important things to do). He thinks that there are not enough donuts in the world. He likes when his programs works as they should do, but dislikes when his programs is more clever than he is.

Comments and Discussions