In Visual C++ .NET, I have an RC file in my project that
uses an external file's content as the as the content of the
resource (by setting the resource's "External File" property
to true) .
However, I've since changed the content of the external
file but, no matter what I do, I can't seem to get the
resource's content to "refresh" to reflect the updated
content of the external file (as seen through the "binary
data" view of the resource) ...
So, does anyone know how a resource using an external file
as content can be refreshed?
... And, as an associated question, I thought deleting
the resource from the RC file, then re-inserting it,
might refresh the content, but I count find any context-menu
commands to delete a resource, so could anyone tell me
how it might otherwise be done?
Thanks,
Russell