I'm changing the bmp images to ico images from the project, but I'm keeping the same name to keep the compatibility with the
variable names on the .rc file, eg.: I'm changing the image photo.bmp to photo.ico, but when I compile(Alt+F9) and execute the program the image is still the old one.
On the IDE appears the new image, but when I execute it appears the old one...
Is there anything I need to do so it use the new images?
Thanks,
Juliano
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Image not changing after editing it on the Resource Manager
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Image not changing after editing it on the Resource Manager
emeasoft escribió el mié, 18 enero 2012 17:04I'm changing the bmp images to ico images from the project, but I'm keeping the same name to keep the compatibility with the
variable names on the .rc file, eg.: I'm changing the image photo.bmp to photo.ico, but when I compile(Alt+F9) and execute the program the image is still the old one.
On the IDE appears the new image, but when I execute it appears the old one...
Is there anything I need to do so it use the new images?
Thanks,
Juliano
Please send a small project that shows the error. TIA. BTW, you can not have two resources with the same name.
Regards,
variable names on the .rc file, eg.: I'm changing the image photo.bmp to photo.ico, but when I compile(Alt+F9) and execute the program the image is still the old one.
On the IDE appears the new image, but when I execute it appears the old one...
Is there anything I need to do so it use the new images?
Thanks,
Juliano
Please send a small project that shows the error. TIA. BTW, you can not have two resources with the same name.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Image not changing after editing it on the Resource Manager
Hello Ignacio,
The problem was that we use a main resource file on the dlls and on the program, so we needed to recompile everything before we can see the changes made on the main resource file.
Thanks for the help,
Juliano
The problem was that we use a main resource file on the dlls and on the program, so we needed to recompile everything before we can see the changes made on the main resource file.
Thanks for the help,
Juliano