Re: How to remove mouse process ? by Jack
Jack
Tue Jun 29 01:21:17 CDT 2004
Thanks Yuya.
But as you said, I do the clean build using cebuild -c command.
And make a new image nk.bin
Unfortunatly, it doesn't works.
Is there any other envrionment need to set ?
For example, BSP_NOMOUSE ?
Thanks a lot.
Jack.
"yuya" <yyu_77096@yahoo.com>
??????:21921fd6.0406281102.3670e939@posting.google.com...
> Where did you get the idea of removing ps2mouse class from kbdmouse
> driver will make the cursor go away? Cursor is drawn by your display
> driver at the request of GDI (GWES.exe) when the cursor interfaces are
> selected into your projet. Check/change you project cesysgen.bat
> settings to remove cursor (mouse/touch) components, or use platform
> builder IDE to remove 'mouse'/'touch' components. Or, I remeber in
> another post, sombody mentioned BSP_NOCURSOR=1, set this variable for
> your platform, and do a clean build and see if it works for you.