Updated.
[mono.git] / web / embedded-api
index 62c62c6180db0b446507abb38cb7665ad89fa632..3b405c98ddd191575e917267cc3f469c39528146 100755 (executable)
        layer, so in each file where you use pthread.h you should
        include the <gc/gc.h> file.  
 
+       If you can not do this for any reasons, just remember that you
+       can not store pointers to Mono Objects on the stack, you can
+       store them safely in the heap, or in global variables though
+
 * Exposing C code to the CIL universe
 
        The Mono runtime provides two mechanisms to expose C code to