Yannick
Tue Oct 21 11:49:41 CDT 2003
CE gives the Launch/Depend number in command line to the application
launched so that the application could handle the InitNotification to the
system which allows dependencies management.
If the command line is necessary for you, you'll have to handle this
parameter.
--
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------
"VF" <anonymous@discussions.microsoft.com> wrote in message
news:047201c39744$c4467cf0$a101280a@phx.gbl...
> I want CE to automatically run my application when it
> boots up. So I added the following in project.reg:
>
> [HKEY_LOCAL_MACHINE\init]
> "Launch70"="\\Storage Card\\myapp.exe"
> "Depend70"=hex:14,00, 1e,00, 3C,00
>
> where 14,00=device.exe, 1e,00=gwes.exe, and
> 3C,00=services.exe
>
> My app window appears, but then I get an error message
> box "70 was not found". 70 is related to the launch
> number because if I change the launch number to 65, the
> number in the message changes to 65.
>
> The app runs fine if I double-click it after CE has fully
> booted.
>
> Any help is greatly appreciated.
>
> VF