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 » __PROF_UIS_VERSION_DWORD and #if preprocessor directives Collapse All
Subject Author Date
Anthony Spring Sep 15, 2006 - 3:44 PM

Would it be possible to have an additional define added to the ExtMfcDef.h class similar to the following:

#define __PROF_UIS_VERSION            0x02050300

as we are attemping to integrate Prof UI versions into our code base and utilizing the DWORD version of it:
#define __PROF_UIS_VERSION_DWORD    DWORD( 0x02050300 )

is not allowed in the #if preprocessor directive.


Technical Support Sep 16, 2006 - 10:45 AM

We have just added the __PROF_UIS_VERSION preprocessor symbol and will support it we well as __PROF_UIS_VERSION_DWORD. Thank you for your suggestion.

Anthony Spring Sep 20, 2006 - 10:18 AM

Thank you very much!