Page 1 of 1

Error on Win CE 5.0

Posted: Tue Feb 15, 2011 5:11 pm
by Wolfgang Ciriack
Hi,
i get the error
Cannot find "program.exe" (or one of its components). Make sure the path and filename are correct and that all the requiered libraries are available.
on an PC with Windows CE 5.0 and Marvell XScale-PXA320.

My program runs fine on Windows Mobile 5/6.

What do i have to change - if possible - to run my program on this machine ?
(I have tried to compile with /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB, but this does not work, too)

Regards Wolfgang

Re: Error on Win CE 5.0

Posted: Tue Mar 01, 2011 3:35 am
by Antonio Linares
Wolfgang,

Please build and run this test:

Code: Select all

// FiveWin for Pocket PC - Hello World! sample
#include "FWCE.ch"

//----------------------------------------------------------------------------//

function Main()

   MsgInfo( "Hello World!", "FiveWin for Pocket PC" )
   
return nil

//----------------------------------------------------------------------------//

// Add these functions for Windows CE
function CeSetmenu() ; return nil
function GetMenu() ; return nil
function ReadBitmap() ; return nil
function PalBmpRead() ; return nil