Re: Newbie Question: Commented Code

From: Terry Burns (us_at_ourWebSite.com)
Date: 03/02/05


Date: Wed, 2 Mar 2005 15:28:09 -0000

Actually, you are correct, I should have double checked this first.

-- 
Terry Burns
http://TrainingOn.net
"Carlos J. Quintero [.NET MVP]" <carlosq@NOSPAMsogecable.com> wrote in 
message news:OwOxKnzHFHA.2744@tk2msftngp13.phx.gbl...
>I have tested with a comment in my source code and I have not found it in 
>the exe using an hex editor. Are you sure of that? What would be the 
>purpose of retaining comments in the IL language exe (as if IL itself 
>wouldn´t be enough threat to intellectual property rights) ?
>
> -- 
>
> Carlos J. Quintero
>
> MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
> You can code, design and document much faster.
> http://www.mztools.com
>
>
> "Terry Burns" <us@ourWebSite.com> escribió en el mensaje 
> news:uWnZKBzHFHA.896@TK2MSFTNGP10.phx.gbl...
>> Comments which you use to document your code will be added to the 
>> Intermediate Language  Portable Executable ( PE File ) but will have no 
>> affect as far as execution is concerned when being run on the Common 
>> Language Runtime and Jitted into machine code.
>>
>> Terry Burns
>> http://TrainingOn.net
>>
>