Hi all
I am writing a visual component that uses threads in its constructor. When I try to place the component on a form I get the debug message
"This binary has no thread support compiled in.
Recompile the application with a thread-driver in the program uses clause....."
My guess is that the 'application' is the Lazarus IDE. So how do I compile the IDE with threading included?
A secondary question: This component worked completely until this morning. I recompiled a newer IDE in the meantime but I don't recall ever having added or removed anything thread related when compiling the IDE. Has something in this regard changed recently?
Thanks for all help