Because SmartRead Mobile TTS SDK is only for windows Mobile[PPC/SP] platform, in despite of core of windows ce.net,
but there is difference of windows mobile and windows ce to make CAB file, CAB for WinCE can NOT compressed, processtype is differenct, the interface size is NOT same,
Here is CAB files and Example for Windows CE platform.
How to use, you can consult SmartRead Mobile TTS SDK
Windows ce CAB for ARM
http://www.smartysoft.com/download/custom/smmobile.ce.ARM.CAB
Windows ce CAB for X86
http://www.smartysoft.com/download/custom/smmobile.ce.X86.CAB
Windows ce CAB for MIPSII
http://www.smartysoft.com/download/custom/smmobile.ce.MIPSII.CAB
vs2005 C# demo for winCE
http://www.smartysoft.com/download/custom/demo_vs2005_csharp.rar
evc4 demo for winCE
http://www.smartysoft.com/download/custom/demo_evc.rar
EVC example:
in LINK, add ole32.lib
like this, commctrl.lib coredll.lib ole32.lib $(CEx86Corelibc)
$(CEx86Corelibc) is needed in emulator platform, otherwise show error:
LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
aygshell.lib is NOT needed in LINK
Step to use
1, upload CAB files to winCE, install
2, run EVC,C# example
If you faced any problem, please tell us