Hi all,
I want my application be launched and running at startup of Windows CE. To
provide this I added the following to my platform.reg file:
[HKEY_LOCAL_MACHINE\Init]
"Launch60"="myapp.exe"
"Depend60"=hex:1E,00,32,00
My application starts with a password screen. Username and password are
entered and when OK is pressed these are checked from a user database which
resides on a permanent storage folder. If they are correct a splash screen
is shown and the application is started. With these registry settings the
password dialog is shown, but when I enter the username and password and
press OK, the following message box is displayed:
60 was not found.
What is the reason for this? The password dialog is displayed so
InitInstance is called for my app, but password check cannot be done. Do I
need to check something else for the database? Is it because I'm using a
permanent storage folder for the database?
TIA,
--
Selin Metin
selinm_at_esit_dot_com_dot_tr