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 » Assert at Line 23635 in extpaintmanager.cpp Collapse All
Subject Author Date
Jonas Gauffin Apr 20, 2006 - 1:33 AM

I get an assert on Line 23635 in extpaintmanager.cpp when I try to drag out a docked resizablebar.

what am I doing wrong?

Technical Support Apr 20, 2006 - 10:38 AM

The ASSERT you mentioned relates to a failure to load resources. If your project uses Prof-UIS as a static library, please add the following files to the .rc2 file:

#if ( !(defined _AFXDLL && !defined __STATPROFUIS_WITH_DLLMFC__) )
    #include <Resources/Resource.rc>
#endif
You can read more about this in the following FAQ: How to link statically with Prof-UIS?