L
Lonifasiko
Hi all,
My application contains almost 50-60 images (.jpgs, .bmps, .icos....)
and a few MP3 and WAV files.
I'm including them in the project as embeeded resources and load then
by code with GetManifestResourceStream method from Assembly.
My final .exe is growing up and I now think it's already qiute heavy
(1.5 Mbytes).
Which would be the best way to do this? Continue using them as embeeded
resources or would be better to have the images and sounds in separate
folders inside the target directory, that is, acting as content of the
project instead of embeeded resources? How should I load them into the
application?
Which is the normal approach for this?
Thanks very much.
My application contains almost 50-60 images (.jpgs, .bmps, .icos....)
and a few MP3 and WAV files.
I'm including them in the project as embeeded resources and load then
by code with GetManifestResourceStream method from Assembly.
My final .exe is growing up and I now think it's already qiute heavy
(1.5 Mbytes).
Which would be the best way to do this? Continue using them as embeeded
resources or would be better to have the images and sounds in separate
folders inside the target directory, that is, acting as content of the
project instead of embeeded resources? How should I load them into the
application?
Which is the normal approach for this?
Thanks very much.