PPCHugs
PPCHugs is a Windows CE port of Hugs98
Project. This was originally contributed to my course project (CS5272
Embedded Software Design).
PPCHugs proejct is currently in alpha-stage.
Latest News
- Backspace has been fixed.
- Error Message bug has been fixed.
Screenshot
Installations
- Download binary files and extract it
on your host pc.
- Copy CELIB binary dll
from the extracted folder on your host pc to your device under folder /windows.
- Copy the hugs.exe into your device.
- Copy folder /lib to your device under /unix/hugs/
- Add an entry /HK_LocalMachine/Enviroment to the registry on your device.
Refer this page
for details. Here is a sample from my Pocket PC.
You can either use Tascal Regedit
import it or ceregedt.exe (comes with EVT 3.0) to edit the
registry accordingly.
- Note that this binary only works for Arm/Xscale pocketpc.
To make it works for your specific processor, you need to
recompile the binary.
Compilation
- Download PPCHugs Source.
- Download CELIB
source, extract it on the host PC.
- Download Console source,
extract it on the host PC.
- Download Embedded
Visual Tools 3.0, install it.
- Change path and platform settings in file Makefile.ce and
plain-exe-inc.mak
- nmake -f makefile
Limitations
- All path must be absolute.
- No CPUTime support.
- No scrolling.
Please submit your bug report to luzm(AT)comp(DOT)nus(DOT)edu(DOT)sg

Back
to Kenny's reseach page