Managed Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear All,

I wish to migrate some older application created in VC++/MFC to the new .Net
managed libraries. My question is can applications created in VC++ using
managed libraries compile to run on 'any' plateform - with or without the
..Net Framework. I'm thinking not, but I would really like to know.
Thanks
Greg
 
Greg Horwood said:
My question is can applications created in VC++ using
managed libraries compile to run on 'any' plateform - with or without the
.Net Framework. I'm thinking not, but I would really like to know.

The short answer is no.

There is a third-party tool which apparently can append the bits of the
framework that an executable needs:

http://www.remotesoft.com/linker/intro.html

NB: IANAL and I couldn't tell you whether that is a permitted use of the
framework.

Regards,
Will
 
Back
Top