RE: regedit.exe is not a valid Windows CE application

From: Manas (Manas_at_discussions.microsoft.com)
Date: 12/30/04


Date: Thu, 30 Dec 2004 00:47:05 -0800

u may not have copied the correctly build exe(i.e. built with correct
platform sdk) in ur $(_FLATRELEASEDIR) directory.
Also make sure that mfcce400.dll is present in ur device. this dll should be
there in ur device if u include MFC in ur image.

"Peter K." wrote:

> Hello,
>
> I have created a little MFC-App (regedit.exe) which I would like to include
> in my Windows CE image. To do so I have added the following line to my BIB
> file:
>
> Regedit.exe $(_FLATRELEASEDIR)\Regedit.exe NK S
>
> If I start the EXE (\Windows\Regedit.exe) I get the following error message:
>
> 'regedit' is not a valid Windows CE application.
>
> If I copy the same EXE to my device using ActiveSync - I can start the
> program without any trouble!
>
> I am using the following system:
> PB5.0
> CEPC
> HIVE-BASED REGISTRY
> SHADOWING OF THE OBJECTSTORE
>
> What I am doing wrong?
>
> Regards Peter
>
>
>