Page 1 of 2

Platform ???

PostPosted: Thu Nov 08, 2007 3:52 pm
by pjmfelix
Hi, the FWPPC work in CE4.10.

I tested all the samples, and all give the error.

Cannot find 'Application' (or one of its components).
Mahe sure the path and filename are correct and that all the requied libraries are available.

Regards.

PostPosted: Thu Nov 08, 2007 3:58 pm
by Antonio Linares
You have to add these lines for WinCE:

// function CeSetmenu() ; return nil
// function GetMenu() ; return nil
// function ReadBitmap() ; return nil
// function PalBmpRead() ; return nil

Please test this sample:
http://rapidshare.com/files/68314392/tutor01.zip.html

Platform ???

PostPosted: Thu Nov 08, 2007 5:10 pm
by pjmfelix
No !!!

Give the same error.

Regards

PostPosted: Thu Nov 08, 2007 6:18 pm
by Antonio Linares
Are you testing on a real WinCE or on an emulator ?

Re: Platform ???

PostPosted: Thu Nov 08, 2007 9:23 pm
by FiveWiDi
pjmfelix wrote:No !!!

Give the same error.

Regards


Without '//'?

Regards
Carlos G.

PostPosted: Fri Nov 09, 2007 9:42 am
by pjmfelix
Hi !

I´m try in CASIO IT-3000M53E with CE4.10 and the CPU Type Intel Corp. ARM XScale.

And yes, i put the lines without the //, but the Linares sample give the same error.

Regards.

PostPosted: Fri Nov 09, 2007 10:23 am
by Antonio Linares
Please try this EXE:
http://rapidshare.com/files/68481535/tutor01.zip.html

That EXE is just using CoreDLL.DLL from Windows Mobile, so it should work, unless that WinCE does not provide a compatible CoreDLL.DLL:
Image

PostPosted: Fri Nov 09, 2007 12:11 pm
by pjmfelix
Antonio ! give the same error, but in the the CE Enulator say that is not a valid Windows CE application.


??? To the SD i only copy the executable, correct ???

Regards

PostPosted: Fri Nov 09, 2007 12:14 pm
by Antonio Linares
>
Antonio ! give the same error, but in the the CE Enulator say that is not a valid Windows CE application.
>

The Microsoft WinCE emulator does not use ARM architecture, so you can not use it to test the applications on it.

The Pocket PC emulator uses ARM architecture.

What year is that WinCE from ? What version ?

> To the SD i only copy the executable, correct ???

Yes

PostPosted: Fri Nov 09, 2007 12:41 pm
by pjmfelix
Antonio !

The System Properties of the machine says:

System: Microsoft Windows CE .NET
Version 4.10 (Build 908)

Copyright 1996-2002

Computer: Processor Corp., ARM-XScale
Memory 63552 KB RAM

Regards.

PostPosted: Fri Nov 09, 2007 12:58 pm
by Antonio Linares
> Copyright 1996-2002

That is old. Try to upgrade the Windows CE to 2003 version or above

PostPosted: Fri Nov 09, 2007 3:56 pm
by pjmfelix
:shock: !!!

Is there any other solution ???

We byed this machine that only have this Windows CE version, and now we can't change to another machine, because already passed the time to exchange the equipment.

:(

PostPosted: Fri Nov 09, 2007 4:50 pm
by Antonio Linares
Please check the manufacturer website and see how to get a Windows CE upgrade for it.

If its CoreDll.DLL is not compatible because it is too old, then there is nothing that we can do, sorry

PostPosted: Tue Nov 13, 2007 2:11 pm
by pjmfelix
Hi again!

It is possible included this dll or other files in the same directory of the EXE file to solve this problem ???

Regards.

PostPosted: Tue Nov 13, 2007 2:32 pm
by Antonio Linares
No, Microsoft does not allow to modify, copy or replace Windows Mobile DLLs. Sorry