I write a rss file,and add some RESOURCE in it .When I want to add more RESOURCE (such as LISTBOXAVKON_VIEW),the program doesn't report any errors in compiling,but crash when run in the Emulator.I tried to change the position of the RESOURCE in *.rss file,and it can work now!But if I continue to add more RESOURCE ,the problem appears again.Anyone know what is the problem,and how to solve it?
Thanks!
RE: A very strange problem about rss file!
1970-01-01, 02:00#2
because every resource in the *.rss file own a id and it is stored in the *.rsg file.so when you add a new resource into the *.rss file you should resouce build the project. maybe it is useful for you
RE: A very strange problem about rss file!
2003-02-04, 00:21#3
There is a very quick solution to your problem.
Simply make sure you add all your new resource structures to the end of the .rss file right after the mandatory ones already in there.
Hope it helps
Rod