Lispworks 5 Personal and setup-for-alien-threads
I'm trying to get audio for SDL working in Lispworks for Windows (works just fine in SBCL and CLISP). The SDL library spawns a new thread to service audio and this new thread requires a callback into the Lisp image to fill the audio buffer. The Lispworks documentation here; http://www.lispworks.com/documentation/lw51/LWUG/html/lwuser-238.htm#pgfId-8 states that I need to call setup-for-alien-threads in order for this to work, but this function does not seem to be available in the latest Personal edition. Is setup-for-alien-threads available in Lispworks 5 Personal? Thanks, - Luke