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 » [v2.62, VC6] crash on app startup (paintmanager?) Collapse All
Subject Author Date
Matthias Hoepfer Jan 14, 2008 - 1:51 AM

Hi,

my code compiles and links without any problems. Starting causes the following error:

Debug Assertion failed!
Program: bla.exe
File: C:\Program Files\FOSS Software Inc\Prof-UIS\Src\ExtPainManager.cpp
Line: -24060

and the application crashes. The calling stack directs to SetupUiAdvancedOptions(...) right after ’installing’ the paintmanager. Neither of the themes fixes this problem.

fyi:
Due to some redesign, I had to switch from linking MFC statically to dynamically. Statically I had no problems, dynamically including __STATPROFUIS_WITH_DLLMFC__ causes the described behaviour.

Any hints?

Thanks in advance,
Matthias

Matthias Hoepfer Jan 14, 2008 - 2:52 AM

Hi again,

got it by myself. Fortgot to add __STATPROFUIS_WITH_DLLMFC__ at the resources tab.

Regards,
Matthias