We would prefer that our CE image use Arial rather than Tahoma. So I
did some digging and ended up adding the following to my project.reg:
<code>
[HKEY_LOCAL_MACHINE\SYSTEM\GDI\SysFnt]
"Nm" = "Tahoma"
"Ht" = 10
[HKEY_LOCAL_MAHINE\SYSTEM\GDI\FontAlias]
"Tahoma" = "Arial"
</code>
When I attempt to sysgen I get the following error:
regcomp: Overwriting existing value [HKEY_LOCAL_MACHINE\Software
\Microsoft\FontLink\SkipTable] "Tahoma" in system registry
regcomp: Error: InitRegistry FAILED on or near line 6849 of C:
\WINCE500\PBWorkspaces\CirrusTestBedD\RelDir\ep93xx\edb9315a\..\..
\ep93xx_ARMV4I_Release\reginit.ini.
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
My questions are
1) where should I look to gain a better understanding of what is
wrong?
2) any idea what is wrong?
I took these setting from MSDN <http://msdn2.microsoft.com/EN-US/
library/ms901104.aspx> and <http://msdn2.microsoft.com/EN-US/library/
ms901105.aspx>.
Pat O