Tagged Questions

1
vote
1answer
412 views

.NET: Resgen Tutorial

First off I have RFM and RFM and I have tried to follow a few sites but I cannot grasp the concept of the Resource Manager. Can someone please explain to me how to generate a resource manager similar ...
1
vote
2answers
162 views

Redistribute resgen

Anyone know whether you can redistribute resgen.exe as part of your application? There doesn't seem to be any documentation on this on MSDN.
0
votes
0answers
167 views

How to run ResGen with Build Events in VS2010

I need to run ResGen before building a project. In project Properties dialog box, I set up the ResGen, but I go the error Error 524 The command "ResGen /compile tclscript.txt" exited with code ...
0
votes
1answer
438 views

Where do I get resgen.exe to use with NANT?

I am simply trying to run NANT with resgen, but I can't seem to find what I need to download to have it available in 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe' on my server. ...
0
votes
0answers
69 views

How can I use outputFilename.extension with ResGen.exe?

I have resource file (mainFile.resx) - how can I compile it to resource file with ResGen.exe and change this resultant resource file name and location at the same time? It should be achievable ...