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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
