framework and unmanaged code

M

Michael GUIARD

Hi !

is the graphic components library (included in framework) can be used in
unmanaged programs ?

I'd like to use the new components set in an unmanaged program (don't want
to use the framework at runtime .... don't want to use JIT compiler)

If the new components set cannot be used without jit compiler, I have to
continue using the MFC library ??

thanks
Mike
 
N

news.microsoft.com

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,779
Messages
2,569,606
Members
45,239
Latest member
Alex Young

Latest Threads

Top