Hmmm... good question!
I would think you could write your .NET lib that you need, and expose it to
COM using RegAsm.exe. As far as ignoring JIT, you can use the Ngen.exe
tool.
This tool is the native code generator which will create a image that will
be machine code, not JIT IL stuff.
HTH,
Nick Harris, MCSD
> Hi !
>
[quoted text clipped - 9 lines]
> thanks
> Mike