[Mono-list] pthreads in mono
Jestin Stoffel
jestin.stoffel at gmail.com
Tue Mar 25 09:42:37 EDT 2008
I am trying to write mono bindings to libgps, but I'm running into a
problem. In libgps, there is a function to setup a callback that is
defined to take a pointer to a pthread, in addition to the usual
function pointer. To delete the callback, the pointer to the pthread is
also required. How do I create a pthread in mono so that I can send
this pointer to the library function?
--Jestin
More information about the Mono-list
mailing list