Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Difference between __PROF_UIS_PROJECT_CMD_PROFILE_NAME and m_pszProfileName? Collapse All
Subject Author Date
Bangjun Lei Oct 14, 2007 - 7:20 AM

What are the actual differences between those two? I saw different applications use one or the other at the same place.

Technical Support Oct 15, 2007 - 7:16 AM

Actually there are no differences. You can either define some constant like __PROF_UIS_PROJECT_CMD_PROFILE_NAME with the profile name and use it everywhere where it is needed or initialize the m_pszProfileName variable at the application startup and use it in the same way.