Jump to content

Smartphone 2002 and WM2003 incompatibilities, please help!


Guest benji[ID]

Recommended Posts

Guest benji[ID]

Hello,

Will code compiled under eVC++ 3.0 for Smartphone 2002 work with WM2003 Smarphone devices? I'm having a serious problem with it. Its working perfectly on Smartphone 2002 but when installed on WM2003 devices it fails with following message:

"Infinite Dreams SkyForce Demo.CAB failed to install on your device because the installation file is not intended for this device."

Initially I thought its a problem with my inf file but I tried several options and all of them were unsuccessful. Here is my current INF file:

[Version]


Signature   = "$Windows NT$"    ; required as-is


Provider    = "Infinite Dreams" ; full app name will be "<Provider> <AppName>"


CESignature = "$Windows CE$"    ; required as-is




[CEStrings]


InstallDir  = %CE1%%AppName%


AppName     = "SkyForce Demo"   ; full app name will be "<Provider> <AppName>"




[CEDevice.ARM]


ProcessorType=2577




[SourceDisksNames]


1 = ,"ARM",,ARM




[SourceDisksFiles]


SkyForceDemo.exe = 1


data.pak = 1


Game.log = 1


readme.txt = 1




[DefaultInstall]


CopyFiles   = TheFiles




[DestinationDirs]


TheFiles    = 0,%InstallDir%



;File copy list.


[TheFiles]


"SkyForceDemo.exe", SkyForceDemo.exe


"data.pak", data.pak


"Game.log", Game.log


"readme.txt", readme.txt
I've also tried to replace
[CEDevice.ARM]


ProcessorType=2577
with
[CEDevice.ARM720]


ProcessorType = 0

but it haven't changed anything.

Is this a problem of eVC++ 3.0? If so how can I build a single installation for both 2002 and 2003 devices?

Please help!

best regards,

Marek Wyszynski,

Infinite Dreams

http://www.idreams.pl/skyforce

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.