Categories: Symbian C++ | How To | Code Examples | S60
This page was last modified 00:34, 15 July 2008.
How to get the Software Version on 2nd Edition
From Forum Nokia Wiki
Use SysUtil class for getting the Software version string.
// KSysUtilVersionTextLength = 64 TBuf< KSysUtilVersionTextLength > SoftwareString; // Gets the Software Version String in SoftwareString SysUtil::GetSWVersion( SoftwareString );
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Teminate a call | TheLittleBird | General Symbian C++ | 8 | 2007-09-15 01:12 |
| appswitch for second edition | nirajpendal | Python | 4 | 2008-09-14 09:02 |
| Nokia论坛技术资料Symbian解决方案-中文版 | hoolee | Symbian | 460 | Today 04:47 |
| Software Update | Bill_Murray | General Symbian C++ | 2 | 2007-09-04 12:20 |
| Problems with SDK 2nd Edition | rickyard | Symbian Tools & SDKs | 0 | 2006-02-16 13:55 |
