Resource changes
Christine Hagberg -- CHAGBERG@datx.com Monday, July 22, 1996 Environment: development platform:VC++ 4.1 OS:Win95 I have an application (exe-only) which I need to ship 1 set of resources to 1 vender and a different set of resources to a second vendor. -- Note this is not a language change simply changing certain strings. Option 1 - create a resource only dll. I would be open to managing the resources in a resource only Dll but only if I could still benefit from ClassWizard. I have seen some info on this topic in the MFC FAQ. Could someone suggest an easy way to do this with 4.1. Option 2 - edit the RC file and re-link In 1.5 I was able to change the rc then just relink it back into the EXE. Can someone suggest how I do this in 4.1 Thanks in advance!
John Moulder -- jm@wg.icl.co.uk Thursday, July 25, 1996 At 11:55 22/07/96 EST, you wrote: > >Environment: development platform:VC++ 4.1 OS:Win95 > >I have an application (exe-only) which I need to ship 1 set of resources >to 1 vender and a different set of resources to a second vendor. -- Note >this is not a language change simply changing certain strings. > >Option 1 - create a resource only dll. >I would be open to managing the resources in a resource only Dll but only >if I could still benefit from ClassWizard. I have seen some info on this >topic in the MFC FAQ. >Could someone suggest an easy way to do this with 4.1. > > >Option 2 - edit the RC file and re-link > In 1.5 I was able to change the rc then just relink it back into the >EXE. > Can someone suggest how I do this in 4.1 > >Thanks in advance! > > The 4.1 Developer Studio allows you to edit the resources in an exe file. I don't know if this is appropriate for your development route.
| Вернуться в корень Архива |