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 » In Prof-uis2.83, CExtPPVW_Base disappears. Collapse All
Subject Author Date
tera t Jun 10, 2008 - 7:09 PM

Hello.


In Prof-uis2.83, CExtPPVW_Base disappears.

I am troubled.  


Is the revival of the class impossible?

What is the substitute class of CExtPPVW_Base?    


Thanks,


 

Technical Support Jun 11, 2008 - 1:45 PM

The CExtPPVW_Base template class in v.2.83 beta was internal. We had to remove it due to some problems with compilation of the CExtPPVW template class and its specialized versions in v.2.83 (Visual C++ 7.0 / 2002). This version of C++ compiler is the worst C++ compiler implementation we ever saw. The template class support in it is even worst that in Visual C++ 6.0.

You should use the CExtPPVW template class exactly like it was in v.2.82 if you apply this template class to grid controls. If you apply it to other windows, you should derive your class from both CExtPPVW < . . . > template based type and the CExtPPVW_Printable class.