| View previous topic :: View next topic |
| Author |
Message |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Tue May 13, 2008 5:44 am Post subject: Load a RCO file from MS when call the osk... |
|
|
Excuse me,
i've searched to load a RCO from ms but i haven't foud a solution!
I only want to load a personal osk_plugin.rco from MS before call the osk in my programm...
Where i can find a code example?
If is difficult i want not to do this, because i think, i'm not been able to write the function and i want not to write it from you...
So, is simple or difficult? _________________ Get Xplora! |
|
| Back to top |
|
 |
phobox
Joined: 24 Mar 2008 Posts: 140
|
Posted: Wed May 14, 2008 1:35 am Post subject: |
|
|
i think it's not esay... you need a software (like cxmb does) to load your rco and patch the address of it in memory... am i right? _________________ Ciao! from Italy |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Wed May 14, 2008 5:22 pm Post subject: |
|
|
yes. Figuring out when OSK is going to be called is not difficult using function like those you can find in pikey to hook memory modules. (when you mess up with modules, another function | Code: | | sctrlHENSetStartModuleHandler(SceModule2 *mod) |
can be of help) I don't know how hard it is to change RCO on-the-fly (does RCO affect OSK at all??). Anyway it's not a piece of cake... You could try to do something looking in pikey's and CXMB's sources. |
|
| Back to top |
|
 |
|