OmniThreadLibrary 1.05a has just been released. It is available via
SVN or as a ZIP archive.
This is mostly a bugfix release:
- Bug fixed: TOmniTaskControl.OnMessage(eventHandler: TOmniTaskMessageEvent) was broken.
- Bug fixed: TOmniTaskControl.OnMessage/OnTerminate uses event monitor created in the context of the task controller thread (was using a global event monitor created in the main thread).
- Implemented TOmniEventMonitorPool, per-thread TOmniEventMonitor allocator.
Upgrade is recommended for all 1.05 users.
Was the D2k6 support removed? It does not compile anymore out-of-the-box. Problems with pointers in the changes introduced since the 1.05.
ReplyDeleteOTL was never compatible with Delphi 2006 (at least not officially). Lowest supported Delphi was (and will be) 2007.
ReplyDelete