|
-
August 3rd, 1999, 02:20 AM
#1
How to Use GetProfileInt in WinCE
CWinApp *app = AfxGetApp();
free((void *)(app->m_pszProfileName));
app->m_pszProfileName = _tcsdup( _T("\\KXClient.ini") );
nServerNum = app->GetProfileInt( _T("Logon"), _T("ServerNum"), 1 );
I Put the KXClient.INI to CE Root '\', But can not receive any value from kxclient.ini.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|