Update
authorMiguel de Icaza <miguel@gnome.org>
Fri, 24 Oct 2003 10:54:59 +0000 (10:54 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 24 Oct 2003 10:54:59 +0000 (10:54 -0000)
svn path=/trunk/mono/; revision=19356

doc/embedded-api
web/embedded-api

index 62c62c6180db0b446507abb38cb7665ad89fa632..3b405c98ddd191575e917267cc3f469c39528146 100755 (executable)
        layer, so in each file where you use pthread.h you should
        include the &lt;gc/gc.h&gt; 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
index 62c62c6180db0b446507abb38cb7665ad89fa632..3b405c98ddd191575e917267cc3f469c39528146 100755 (executable)
        layer, so in each file where you use pthread.h you should
        include the &lt;gc/gc.h&gt; 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