View Single Post
  #511 (permalink)  
Old 11th Apr 2010, 2:37 pm
flasher86 flasher86 is offline
Member
I love my MPx player
 
Join Date: Jun 2009
Posts: 174
Default

Actually, I think it can be done without file support. We can create an rkp app which reads all the information from txt file in the resources. Then we make simple win32 app tool for configuration where you can go through rkp resources no matter how you want, copying modifying and making changes to already compiled rkp.

of course, it would be much efficient to work with external files but I dont think it can be done. Only one idea is circling in my head. Write some sort of function in the rkp app which will scan the whole memory and will find the handle of the FileOpen function. But I have no idea what to look for, and I dont even know if it is possible to recognize such a handle in this stream of raw data.

But comming back to this language thing.
This variable is the index of order where a particular language is placed on list in the settings. This means that if a player has a different set of languages then perhaps these language IDs wont match in different players. For example what if one player has language which on the other player is not there. I m just thinking about that, thats why I asked you for advice.
Reply With Quote