I wrote a program that uses OLE, and it works fine until I added some components that were important for my program, after which my program had problems when it starts working with OLE and raises this exception:
"EOleSysError
No more threads can be created in the system"
Is there a way to request more streams or free used streams or something like them? How to solve this problem? Thank.
source
share