forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What is managed code?

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General
View previous topic :: View next topic  
Author Message
jjgermis



Joined: 21 Jun 2006
Posts: 404
Location: Nürnberg, Germany

PostPosted: Tue Nov 03, 2009 1:29 pm    Post subject: What is managed code? Reply with quote

DanRRight (if I remenber correctly) mentioned in the very interesting discussion in http://forums.silverfrost.com/viewtopic.php?t=1425 that FTN95 is capable of .NET. I never knew that: and I am sure that I am not the only one. Anyway, .NET somehow leads to the term managed code http://www.developer.com/net/cplus/print.php/2197621:
Quote:
Managed Code is what Visual Basic .NET and C# compilers create. It compiles to Intermediate Language (IL), not to machine code that could run directly on your computer. The IL is kept in a file called an assembly, along with metadata that describes the classes, methods, and attributes (such as security requirements) of the code you've created. This assembly is the one-stop-shopping unit of deployment in the .NET world. You copy it to another server to deploy the assembly there—and often that copying is the only step required in the deployment.

So far so good. In which way can can I produce .NET programs with FTN95 - or how does one distinguish between .NET code and "normal" code Question
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7926
Location: Salford, UK

PostPosted: Tue Nov 03, 2009 3:31 pm    Post subject: Reply with quote

FTN95 produces a .NET assembly when you use /CLR on the command line.

Visual Studio and Plato both allow you to select this option by using "Release .NET" etc on the main toolbar.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group