[Mono-list] mono_parse_config not working?
Andreas Färber
andreas.faerber at web.de
Wed Jun 27 14:00:19 EDT 2007
Hi,
Am 27.06.2007 um 14:33 schrieb Pedro Gutierrez:
> It works!! Thanks!
>
> I wondered where the string "v2.0.50727" came from, and I found it
> within mono/metadata/domain.c:
>
> /* This is the list of runtime versions supported by this JIT.
> */
> static const MonoRuntimeInfo supported_runtimes[] = {
> {"v1.0.3705", "1.0", { {1,0,5000,0}, {7,0,5000,0} } },
> {"v1.1.4322", "1.0", { {1,0,5000,0}, {7,0,5000,0} } },
> {"v2.0.50215","2.0", { {2,0,0,0}, {8,0,0,0} } },
> {"v2.0.50727","2.0", { {2,0,0,0}, {8,0,0,0} } }
> };
That detail is not so important, you can use any init function you
like. The point is, apparently one of them needs to be called before
config_parse.
Andreas
More information about the Mono-list
mailing list