Say we have the basic "Hello World" program. The sentence "Hello World!" is in the helloworld.rss file.
I'd like to put this sentence during the compilation of my program or to add it at a .sis existing file. Is there a tool (say MyTool) which allows me to do that ?
cmd>MyTool helloworld.sis "My sentence"
or something equivalent ??
This tool would add the string "My sentence" to the .rss file and would compile the program again to produce a .sis.
This is my dream !!!!!!!!!!!!!!!!
I'm a newbie to Symbian, so any idea, even if it's not exactly what I want to do, is welcomed !!
You can't tell the RSS file will be added at compilation time. Use a default string in your RSS and then write a perl script that will look for this string and replace it by the parameter string you provide.
Alternatively, you can define a setting file that you will load dynamically at run time.
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 2133
Bon courage.
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 9
Forum posts: 2133
Use a default string in your RSS and then write a perl script that will look for this string and replace it by the parameter string you provide.
Alternatively, you can define a setting file that you will load dynamically at run time.
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant