Got a problem: I made a dylib in Codewarrior, can access from RB, feeling good.
I want the dylib to send progress reports back to the RB app. So I pass function pointer to the dylib, and the function handles a progress number and text. The callback function displays it on a Window, still real good.
The only problem is that all this information doesn't fall in (call the callback function) until the call to the dylib is complete.
So, I presumed that I need to call the dylib in a different thread. So I made a thread class, and call it, and the separate thread calls the function.
Now I get a StackOverflowException in that callback function. Any ideas on the reason why? Garth Hjelte Sampler User _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
