Hi,
I would like that Windows CE loads its fonts on an external USB storage
device.
To do so I set the following registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontPath]
"FontPath"="\\Hard Disk\\System\\Fonts"
It does not work. When I start an application it receives an unhandled
exeption and the application stops. I think that it might be because my USB
device is not mounted when Windows CE try to "load" (I don't know exactly how
it works) all available fonts.
Is there any way to delay the "load" of the fonts or to force the USB
devices to be mounted before?
I have to use an external USB storage device because this is the only place
there is enough room to receive the fonts.
Thank you