BiWeiGuo
August 3rd, 1999, 02:20 AM
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.
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.