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++ Library : Other (not classified elsewhere) » GuiLock with Mingw
GuiLock with Mingw [message #22387] Thu, 09 July 2009 17:47
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member
Hello,

I use GuiLock and it works very well excepted on WIN32 with MINGW. (no problems with GCC on Linux)
My multithreaded application seems to be stucked when an other thread is performing locks.

In debug Mode i have this assertion failed.

void LeaveGuiMutex()
{
ASSERT(sGuiLockLevel > 0);
if(--sGuiLockLevel == 0)
sGuiLock.Leave();
}

I will try to identified the problem in a small test case.

Thanks
cocob

[Updated on: Thu, 09 July 2009 17:47]

Report message to a moderator

Previous Topic: vectormap
Next Topic: Someone have examples for Geom Package ?
Goto Forum:
  


Current Time: Sat Apr 20 08:25:34 CEST 2024

Total time taken to generate the page: 0.03074 seconds