Generating unmanaged code from managed code

  • Thread starter José Pérez Hernández
  • Start date
J

José Pérez Hernández

Hi,

Can i generate unmanaged code from managed code with some aplication ?

I'm not so interested in the source code convertion than i do for the
resulting build.

I can imagine that if an aplication does not use framework services, it
should be possible to make the translation to the target platform.

I'm wrong ? I missed something ?

Regards, José.
 
C

Cor Ligthert

Hi José Pérez Hernández
Can i generate unmanaged code from managed code with some aplication ?

I'm wrong ? I missed something ?

Did you think they made managed code and the framework are made for fun?

When that was possibile with the same results, I think Microsoft would not
even have made the framework.

Cor
 
J

José Pérez Hernández

Sorry,

I thought that the framework was created by Microsoft for reducting
development efforts with the class library, to achieve cross language and
cross platform independent code.

Given the fact that all the code is translated to MSIL, it would be posible
to achieve the total translation of an application to the target platform if
it doesn't use the framework services...

So it is possible that an app. doesn't use the framework services ?

In another case, some years before Borland's builder made possible to
generate the common code of apps in package librarys, or inside the
executables. The piece of the framework that my app is using coudn't be
included on a complete exe file, or a set of librarys?

Regards, and thanks for the reply.

José (.NET Framework's novice)
 

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

Top