X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fembedded-api;h=3b405c98ddd191575e917267cc3f469c39528146;hb=6f43af2ae166ea2820dcb7560c1b8afe05d1864e;hp=62c62c6180db0b446507abb38cb7665ad89fa632;hpb=5957f2186cd1853e0040942dab17ea0ec5d3c1e5;p=mono.git diff --git a/web/embedded-api b/web/embedded-api index 62c62c6180d..3b405c98ddd 100755 --- a/web/embedded-api +++ b/web/embedded-api @@ -120,6 +120,10 @@ 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