Re: Function does not work SDL_thread () in conjunction with machine code?
- Posted by jimcbrown (admin) Nov 13, 2010
- 2254 views
euphoric said...
jimcbrown said...
javier07b9 said...
dummy=SDL_CreateThread(t,arg)
Euphoria is not compatible with SDL_CreateThread().
jim, can it be made compatible?
The only (semi-)easy method that I'm aware of, which is highly platform-specific, would be to rebuild eu.a as a shared library and have SDL_CreateThread() call a C or machine code function that reloaded eu.so via dlmopen() specifying to load (or reload) the library in its own namespace.