I wrote a program that uses OLE and it was working fine until I added some components which were important for my program, after that my program have problem when starts to work with OLE and raise this exception:
"EOleSysError
No more threads can be created in the system"
is there any way to requesting more threads or free used threads or something like them? How can solve this problem? Thanks.