How can I get the version of a build software in a S60 device programmatically in C++?
Article Metadata
Compatibility
Platform(s): S60 1st Edition
S60 2nd Edition
S60 2nd Edition
Article
Created: User:Technical writer 2
(19 Nov 2003)
Last edited: hamishwillee
(14 Jun 2012)
Overview
How can I get the version of a build software in a S60 device programmatically in C++?
Description
The version of a build software in a S60-based device can be retrieved by using the SysUtil::GetSWVersion() class.
TBuf<64> swBuf;SysUtil::GetSWVersion(swBuf);


(no comments yet)