U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » AssertST problem in initialization when debugging on MSBT17x64
AssertST problem in initialization when debugging on MSBT17x64 [message #50627] Tue, 27 November 2018 14:59 Go to previous message
Tom1
Messages: 1319
Registered: March 2007
Ultimate Contributor
Hi,

As the title states, something goes wrong here when starting a debugging session of a GUI (MT) application:
#ifdef _DEBUG
inline void AssertST() { ASSERT(Thread::IsST()); }
#endif


The ASSERTion happens. If I comment out the ASSERT() code, the debugging session starts just fine. I'm running on Windows 10 Professional 64-bit and using MSBT17x64 compiler with up-to-date U++. Also, Release code works OK, which is obvious since the above code is not active there. Is there something wrong with my setup or is there some issue in Core?

Best regards,

Tom

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Error in DUMP_ declaration
Next Topic: About Serialization
Goto Forum:
  


Current Time: Mon May 25 02:51:16 GMT+2 2026

Total time taken to generate the page: 0.00477 seconds