Click here to Skip to main content
15,881,172 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.3K   1.9K   37  
Compares two .RC-files and shows important differences. Useful if you create programs in multiple languages.
// stdafx.cpp : source file that includes just the standard includes
//	ResourceComparer.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


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