On 07/11/05 Bruce Wilkie wrote:
> i'm finally left with 4 link errors:
> mono_local_regalloc ref in mono_arch_local_regalloc
> mono_magic_trampoline ref in
> mono_arch_create_trampoline_code
> mono_aot_trampoline ref in
> mono_arch_create_trampoline_code
> mono_class_init_trampoline ref in
> mono_a
Hi!
On 7/12/05, Bruce Wilkie <[EMAIL PROTECTED]> wrote:
> Hello all.
> ...
> We're using VS.NET2003, and would like to keep using
> it - all our primary development would be on WinXP.
>
Using LoadLibrary/GetProcAddress works for me:
#include "stdafx.h"
#include
typedef MonoDomain* (*mono_jit_
Hello all.
I'm looking into the idea of using Mono as an embedded
scripting language for an application my team is
working on. Currently, we're using MS.NET v1.1, which
is all working great. But, we'd like to look at other
options besides MS.NET - plus, not shut the door on
cross platform.
We'r