Home All Groups Group Topic Archive Search About

Use of old-style resource files

Author
16 Feb 2006 5:38 PM
Ken Allen
Can managed code, especially that written in C#, access the contents of
an old style compiled resource file? I am specifically concerned with
the 'message file' that is compiled and placed in an RC file which is
compiled into a resource DLL so that the Event Log Viewer can use it to
translate event identifiers into message text.

When this is compiled for unmanaged C++, the code has access to the
header file for the RC file, and so to the constants that identify the
generated message strings. But C# does not use header files, and I
cannot find any direct references to being able to access the contents
of old style resource files.

-ken

AddThis Social Bookmark Button