I currently made a dylib for my RealBASIC app to call.

The main called function is a fairly long one, so I want the RB app to receive status messages during the course of the function. So I create a callback function and pass the address to the dylib, which uses that function pointer to send back progress messages.

The problem is that the RB app does not receive any of these messages until the function returns; after it returns they just collapse in all at once. Not much use!

Can anyone advise me of a better strategy on how to do this?

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>

Reply via email to