I worte an application that asynchronously calls a shared object to achieve multithreading. It all works very nice in the IDE. It also works with the built EXE.
However, every call to the shared object opens a new window (the one which declared the shared object and calls it).
Anyone has any idea why and /or how to fix it?
However, every call to the shared object opens a new window (the one which declared the shared object and calls it).
Anyone has any idea why and /or how to fix it?