Robert Jordan wrote: > // > // Define a function pointer type for MonoEmbed:getLinks. > // Notice the "this" argument and MonoException**. > // Windows requires stdcall: > typedef MonoArray* (__stdcall *GetLinksMethod)(MonoObject*, MonoException**); Robert