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 » ArrayCtrl, HeaderCtrl & GridCtrl » ArrayCtrl, pop-up menus, and mouse problems...
Re: ArrayCtrl, pop-up menus, and mouse problems... [message #15423 is a reply to message #15398] Wed, 23 April 2008 10:23 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
tvanriper wrote on Sun, 20 April 2008 18:36


I do not know if it helps to know this, but I used boost::thread for thread support (it has a clean, consistent feel that I like).


Well, if you want to use different threding library, please do not forget to either compile with "USEMALLOC" (and expect some performance loss Wink or call

MemoryFreeThread();

at the end of each thread (otherwise you will have undetected memory leaks). This frees per-thread allocation cache, which in turn is essential for good MT performance.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl::OneClickEdit() appears to be broken
Next Topic: ArrayCtrl: How can I refresh just one cell that changed?
Goto Forum:
  


Current Time: Mon Jun 10 03:21:21 CEST 2024

Total time taken to generate the page: 0.01737 seconds