Página 1 de 1
Image not changing after editing it on the Resource Manager
Publicado: Mié Ene 18, 2012 5:04 pm
por emeasoft
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
Image not changing after editing it on the Resource Manager
Publicado: Jue Ene 19, 2012 12:07 pm
por emeasoft
Hello!
No support?
Thanks.
Mário Angelini
Image not changing after editing it on the Resource Manager
Publicado: Jue Ene 19, 2012 12:36 pm
por ignacio
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,
Image not changing after editing it on the Resource Manager
Publicado: Vie Ene 20, 2012 12:15 pm
por emeasoft
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