Platform ???

pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Platform ???

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Platform ???

Post by pjmfelix »

No !!!

Give the same error.

Regards
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Are you testing on a real WinCE or on an emulator ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
FiveWiDi
Posts: 910
Joined: Mon Oct 10, 2005 2:38 pm

Re: Platform ???

Post by FiveWiDi »

pjmfelix wrote:No !!!

Give the same error.

Regards
Without '//'?

Regards
Carlos G.
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

> Copyright 1996-2002

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

Antonio Linares
www.fivetechsoft.com
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Post 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.

:(
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
pjmfelix
Posts: 12
Joined: Thu Nov 08, 2007 3:21 pm
Location: Damaia, Portugal

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37485
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

No, Microsoft does not allow to modify, copy or replace Windows Mobile DLLs. Sorry
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply