[fpc-pascal] WinCe 6.1

Joost van der Sluis joost at cnoc.nl
Tue May 12 13:07:01 CEST 2009


Op dinsdag 12-05-2009 om 12:37 uur [tijdzone +0200], schreef Henrik
Genssen:
> >> building apps for WinCe 6.1 results in a warning on install, that it is build for an older version...
> >> What does it mean?
> 
> >What is the exact warning? When does it happen? How do you 'install'
> >your application on WinCe? (You copy it to the device, normally?)
> Installing is not copying!

That was exactly my point. How could we know that? We don't have any
'install' things, except for installing the compiler, and there's an
install-option in the daemon-class.

> >So give fpc the warning, or your application when it's run? Or some
> >utility which you use to copy it to your device?
> Installing is not compiling or linking!
> 
> Installing is using a setup( -routine). And this one throws a pop-up message
> (on the device) saying, that the app was build for an older version. It
> runs just fine anyway! (as a warning is not an error!) It is just irritating the user

So the problem is with your setup-utility?

> I install my app using ActiveSync 4.5 and ezSetup
> ezSetup has not such alert in its source.

It probably calls some os-api that issues this warning? Search for the
exact warning to look up what it really means. (Older arm-proc, or for
an older api, or something else)

> Thanks for your time :-)

No problem. ;)




More information about the fpc-pascal mailing list