StormbringerX
Programmer
Hi gang,
My company is about ready to begin the process of packaging and deployment of our software.
The software uses many types of graphics: .bmps, .cur, .ico, .avi, etc...
Currently all of these graphics are stored in separate folders below app.path. Meaning, the avi files are in app.path & "\graphics\video" The cursor files are in app.path & "\graphics\cursors" And so on.
My question to anyone and everyone is this:
Do you find it's better to keep things in separate directories (as we currently have it)? Or should all graphics be moved into the directory with the app? Or is a .res the way to go?
I want to keep the packaging as simple as possible, but at the same time I don't want to confuse the situation by mashing everything together in one place.
Any thoughts would be gratefully acknowledged.
Dave
My company is about ready to begin the process of packaging and deployment of our software.
The software uses many types of graphics: .bmps, .cur, .ico, .avi, etc...
Currently all of these graphics are stored in separate folders below app.path. Meaning, the avi files are in app.path & "\graphics\video" The cursor files are in app.path & "\graphics\cursors" And so on.
My question to anyone and everyone is this:
Do you find it's better to keep things in separate directories (as we currently have it)? Or should all graphics be moved into the directory with the app? Or is a .res the way to go?
I want to keep the packaging as simple as possible, but at the same time I don't want to confuse the situation by mashing everything together in one place.
Any thoughts would be gratefully acknowledged.
Dave