Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-10-24 14:54:59 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-10-24 14:54:59 +0400
commit3e39cb19b26b6bc442768e4b51b1ff143f83ae5f (patch)
treeeccf9eb766b75a5641eacafe7413169c7492b249 /web/embedded-api
parent0387cfe3f0cd219a1638e9e176f8f7cb8f02d0c0 (diff)
Update
svn path=/trunk/mono/; revision=19356
Diffstat (limited to 'web/embedded-api')
-rwxr-xr-xweb/embedded-api4
1 files changed, 4 insertions, 0 deletions
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 &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