FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Error on Win CE 5.0
Posts: 37
Joined: Sun Aug 03, 2008 08:02 AM
Error on Win CE 5.0
Posted: Tue Feb 15, 2011 05:11 PM

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

Best regards

Wolfgang Ciriack
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error on Win CE 5.0
Posted: Tue Mar 01, 2011 03:35 AM
Wolfgang,

Please build and run this test:
Code (fw): Select all Collapse
// 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
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion