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 » Assertion using V2.91 Collapse All
Subject Author Date
Jennifer Chong Jul 7, 2011 - 12:39 PM

Hi,


I am building using Prof-UIS V2.91 with Visual Studio 2010. The library I am using is ProfUIS291sm-RDE.lib and ProfUIS291smd-RDE.lib.


When running the app in debug mode, I got a few assertions in ExtPaintManager.cpp. The first one is at the line:


VERIFY( m_bmpFilterApplied.LoadBMP_Resource( MAKEINTRESOURCE( IDB_EXT_BITMAP_FILTER_APPLIED ) ) );


The app I am building is a browser plugin DLL. It worked fine with Prof-UIS V2.53 and Visual Studio 2005.


 


Thanks!


 

Technical Support Jul 7, 2011 - 1:04 PM

This assertion is generated because the global paint manager object tries to load bitmap resources too early before Prof-UIS is completely initialized. This issue is fixed in 2.92.