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 General Discussion » General question about Prof-UIS Collapse All
Subject Author Date
Dave M Aug 15, 2005 - 8:48 AM

Just out of curiosity, are there plans on changing Prof-UIS so that it doesn’t rely on MS-specific macros, like RUNTIME_CLASS, DECLARE_..., etc? Is there a specific reason why the framework was designed to rely on these?

Technical Support Aug 15, 2005 - 1:24 PM

We are using MFC macroses for run-time type management because they are classically used in any source code which is based on the Microsoft Foundation Classes industry standard. Of course, it is possible to use run-time type information provided with C++ language or COM specifications. But it’s not the right way for MFC source code, which is understood as is by thousands of developers.