Questions tagged [resource-file]
47 questions
0
votes
1 answer
Update values in visual c++ resourcefile automatically
In my Visual C++ 6.0 project I have some values in the MyProject.rc file, like
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040604b0"
BEGIN
VALUE "Comments", "My Project comment\0"
VALUE "CompanyName",…

user759792
- 61
- 7
0
votes
1 answer
Run "aapt.exe" on phone directly?
I want to create the packaged resource file programmatically and (that's the question) directly in a running app on the android phone. Is there a way to execute "aapt.exe" on the phone or is there another way of creating the resource._rsc file from…

Christian
- 576
- 1
- 4
- 16