[Mono-list] GCHandle

Paolo Molaro lupus@ximian.com
Thu, 28 Aug 2003 18:17:14 +0200


On 08/28/03 Jeroen Frijters wrote:
> When I try to run IKVM with Mono 0.26 I get a
> "System.ExecutionEngineException: No GCHandle support built-in". I was
> under the impression that GCHanlde worked in earlier versions. Is this
> true? If not, any plans to implement it?

Somehow your runtime was compiled without GC support. When there is no
GC support, GCHandles are disabled as well.
Makre sure at the end of ./configure you get something like:

	GC: Boehm (on windows, you need the proper libgc and headers installed)
or
	GC: included (on unixy systems)

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better