how to identify the version of windows mobile?

how to identify the version of windows mobile?

Postby Ugo » Wed Jan 14, 2009 8:23 am

Hi all,

how to identify the version of windows mobile?

Thanks for your response

Best regards,
Ugo
Ciao, best regards,
Ugo
User avatar
Ugo
 
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy

Re: how to identify the version of windows mobile?

Postby Antonio Linares » Thu Jan 15, 2009 10:24 am

Ugo,

Here you have a working example:
Code: Select all  Expand view
// Check Windows Mobile version

#include "FWCE.ch"

function Main()

   local aVersion := GetVersion()

   MsgInfo( "Major version: " + Str( aVersion[ 1 ] ) + CRLF + ;
            "Minor version: " + Str( aVersion[ 2 ] ) + CRLF + ;
            "Build number: "  + Str( aVersion[ 3 ] ) + CRLF + ;
            "Platform Id: "   + Str( aVersion[ 4 ] ) )

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42084
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: how to identify the version of windows mobile?

Postby Ugo » Thu Jan 15, 2009 1:10 pm

Antonio,
thank you.
Ciao, best regards,
Ugo
User avatar
Ugo
 
Posts: 283
Joined: Sat Oct 15, 2005 6:40 am
Location: Turin, Italy


Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 2 guests