Development and Microsoft31 Jul 2008 03:58 pm
Visual Studio Cannot Enumerate Resources in the Executable
Ever get the following error message when opening a PE file?
Turns out that if you have custom resource types, the names of the resources in that type cannot be lower case.
As you see in this example, my resources begin with an upper case P. Visual Studio will cry if you embed these resources with a lower case P.
Thank you, Visual Studio, for making my work week that much longer…