Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1212
Registered: March 2007
Senior 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: Thu Mar 28 17:58:09 CET 2024

Total time taken to generate the page: 0.01341 seconds