by danyblue » Dec 14, 2001 @ 9:45am
I am looking at the code, and most of the functions are very easy to port, there is some functions that must be adapted to the ones that exists in the C++ set that is used by evc++.<br>There are some ASM functions that are dealing with the physical access to the memory that is used for the disply, that i don't know which would be the best way to port:<br><br>- Implement them in native ARM and MIPS native asm..<br>- Used GAPI or other library like Jacco´s Easyce to implement it.<br><br>The first one would be much more performant, although I don't know at this moment how it could be integrated with the Pocketpc Operating System...<br>The second alternative would be much easier, but the drawback would be on performance...<br><br>Does any one have some experience in dealing with situations like the first point (Evc++ - Native ASM - Pocketpc)?<br><br>Regards,<br>Danyblue