Home > Archive > Smartphone Developer Forum > April 2006 > Branding files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have an application which requires different branding options. At present
the branding files (bmp and txt files) are being copied across to the
platform via the CAB installation file. This is fine, but does potentially
allow the user to corrupt the files. I do not wish to add the branding files
into the exe as this will mean creating a new exe for each customer, but I
would like to avoid the possibility of the user corrupting files. i.e
Changing the bmp file etc.
Is there a way around this?
| |
|
| TRex wrote:
> I have an application which requires different branding options. At present
> the branding files (bmp and txt files) are being copied across to the
> platform via the CAB installation file. This is fine, but does potentially
> allow the user to corrupt the files. I do not wish to add the branding files
> into the exe as this will mean creating a new exe for each customer, but I
> would like to avoid the possibility of the user corrupting files. i.e
> Changing the bmp file etc.
> Is there a way around this?
>
compile them into a .dll, or specificly a .mui file. you can load them
as resources, but don't need to comple your main app for each branding
riki
----
"I'm not a vegetarian because I like animals. I'm a vegetarian because I
hate plants." -- A. Whitney Brown
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
Latest Betas have WM5 layout and speed dial support
|
|
|
|
|