Thread

This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.


Back to Blog
Thread
April 30, 2010
Avatar for Stephen Kellett
Stephen Kellett

Thread monitoring made easy

Tools like Thread Validator are great for delving into the details of why a thread deadlock has occurred. You get all the gory details, DLL, […]

Thread
April 22, 2010
Avatar for Stephen Kellett
Stephen Kellett

Thread Lock Checker now available

We’ve just released Thread Lock Checker, a lock-checking tool that will let you know when you’ve used CSingleLock incorrectly. Took a bit longer than we […]

Thread
April 2, 2010
Avatar for Stephen Kellett
Stephen Kellett

Improving how you use CSingleLock

This posting covers a brief background: Win32 critical sections. How CCriticalSection and CSingleLock can be used instead of Win32 critical sections. An improved way to […]

Avatar for Stephen Kellett
Stephen Kellett

Support for MinGW and QtCreator

Everyone uses Visual Studio to write C and C++ software don’t they? Yes! you all chorus. Apart from some guys at the back who like […]

Fully functional, free for 30 days