HOWTO: Edit Resources in Executables with Visual C++ 4.0Last reviewed: October 3, 1997Article ID: Q139030 |
The information in this article applies to:
SUMMARYWindows NT provides APIs that allow you to modify resources in an executable or DLL. When the resource is opened, Msdev.exe checks to ensure that it can write to the file. If not, you will be warned. Windows 95 does not support the APIs necessary to do this. When the resource is loaded, Msdev.exe gives this warning:
Microsoft Developer Studio cannot save the modified resources back to this executable. The executable may be in use, or this version of Windows may not support updating resources in executables.While the executable cannot be modified, the resources can be copied into another .RC file. Keywords : AppStudioIss Version : WINNT:4.0,5.0 Platform : NT WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |