473,386 Members | 1,943 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Generating unmanaged code from managed code

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é.
Nov 22 '05 #1
5 1535
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
Nov 22 '05 #2
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
Nov 22 '05 #3
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)

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OG*************@TK2MSFTNGP10.phx.gbl...
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

Nov 22 '05 #4
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)

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OG*************@TK2MSFTNGP10.phx.gbl...
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

Nov 22 '05 #5
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)

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OG*************@TK2MSFTNGP10.phx.gbl...
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

Nov 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: José Pérez Hernández | last post by:
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...
1
by: Bob Rock | last post by:
Hello, in the last few days I've made my first few attempts at creating mixed C++ managed-unmanaged assemblies and looking aftwerwards with ILDASM at what is visible in those assemblies from a...
4
by: Rachel Suddeth | last post by:
What is the difference between a managed/unmanaged resource, and how do you tell which is which? I'm trying to understand how to write some Dispose() methods, and we are supposed to put code that...
2
by: Bob Rock | last post by:
Hello, in the last few days I've made my first few attempts at creating mixed C++ managed-unmanaged assemblies and looking afterwards with ILDASM at what is visible in those assemblies from a...
3
by: zhphust | last post by:
I want to convert a object of a managed class to a unmanaged structure that has the same member with that managed class. Can anybody tell me how i can do it? Thanks in advance. -- zhphust...
1
by: Sparhawk | last post by:
Hi, my company is going to migrate a large VC++ application to .NET to make use of Windows Forms (the old class library is not updated any more). We are not planning to migrate the rest of the...
12
by: doug | last post by:
I understand the basics of what managed code offers and that you open yourself up to security issues if you allow unmanaged code. We already have a decent amount of VB6 code to include COM DLLs. ...
6
by: Stephen Walch | last post by:
Our application environment consists of three basic layers: 1. Third-party unmanaged DLLs that were written before the CLR was invented and maintain a significant amount of information (including...
9
by: Amit Dedhia | last post by:
Hi All I have a VC++ 2005 MFC application with all classes defined as unmanaged classes. I want to write my application data in xml format. Since ADO.NET has buit in functions available for...
2
by: Jon Slaughter | last post by:
How difficult is it for one to integrate unmanaged C++ into C#? I know for functions one can use DLLimport but how does one go about doing it for classes? Do I have to completely reimplement the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.