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
Re: AssertST problem in initialization when debugging on MSBT17x64 [message #50628 is a reply to message #50627] Tue, 27 November 2018 18:44 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
From the name of it I guess it's asserting that you are in single-thread mode, but you are not ("GUI (MT)").

So it depends, where this assert is, if you did it write yourself, then why? If it's part of UPP sources, then that part is either not meant to be used in MT, or the flag "MT" was not delegated properly during compilation and the ST variant of code got picked up, or there's a bug.

Unfortunately you didn't indicate where that AssertST is used, so hard to say where it is and why.

(edit: if it is directly in the IDE code (not in app code) in the start-debug-session, then the author of that code has to explain, if it's really supposed to be used only for ST debugging, or this is some obsolete artefact and can be removed now.)

[Updated on: Tue, 27 November 2018 18:46]

Report message to a moderator

 
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 Apr 25 09:43:22 CEST 2024

Total time taken to generate the page: 0.02946 seconds