rc.exe from windows sdk missing

0

While doing some cleaning and reinstalling on my machine, I obviously cleaned one too many, and now I'm missing a rc.exe that's supposed to go either in my Visual Studio directory (not sure which one) or in my Microsoft SDKs directory.

The problem is that I don't want to reinstall the whole OS again, and that rc.exe is part of some SDK freely downloadable from Microsoft (apparently 6.0a version). I can't find it nevertheless.

Anyone knows what rc.exe is part of, and what I need to download (and from where) to get it back ?

Rook

Posted 2010-03-14T20:35:07.850

Reputation: 21 622

Answers

2

It's part of the Windows SDK - see here

The Microsoft Windows Resource Compiler (RC) is a tool used in building Windows-based applications. This overview describes how to create a resource-definition (script) file, how to compile your application's resources, and how to add compiled resources to your application.

This tool is available in Visual Studio and the Microsoft Windows Software Development Kit (SDK).

You don't say which version of Windows you are using. The Windows 7 SDK is no longer available from here as of 2017, but other versions are available:

This edition of the SDK replaces the previous SDKs for Windows XP SP2 and Windows Server 2003 and can be used to develop applications for those platforms.

ChrisF

Posted 2010-03-14T20:35:07.850

Reputation: 39 650

Sorry, forgot to mention. XP SP2 – Rook – 2010-03-14T20:50:47.943

I found some link I thought it might do. Didn't work. Will try that other one you just put. Hoping for the best. In any case, +1 for the effort. – Rook – 2010-03-14T21:54:05.363