Re: Can embed asm code in c#



>>
>> I tend to agree. Adding an entire sublanguage and primary langauge
>> hookups for a feature that has very minimal value doesn't make sense.
>> Adding ILASM could double the complexity of the compiler, IDE, and
>> language to help the handful of people that would actually use it
>> properly.
>
> Actually, I agree too. Allowing ILASM and C# files to be linked into the
> same assembly would solve the same set of problems much more naturally.
> (It still strikes me as bizarre that a system deisgned from day one to
> support multiple languages and compiles them all to a common object format
> doesn't support heterogeneous linking.)

Ya, that was always odd, although the system itself supports it, the two big
languages(VB and C#) do not. C++ might, I'm not sure off hand. It is
certainly possible at the lowest levels.

It'd be nice if they would just provide an IDE that supports it, not to
mention a good IDE for editing IL code in VS. I'd love to have a good
Reflecter clone in VS, although I know that it would potentially give MS
problems for providing decompilers.


.



Relevant Pages

  • Re: Visual C++ 6 support issue
    ... They are now giving the compiler away without an IDE. ... Does MS want more VC programmers out there? ... language - each and every VB progammer has to effectively learn a new ...
    (microsoft.public.vc.mfc)
  • Re: QBasic 1.1 language
    ... QBasic 1.1 language is great for programming as it comes with a free ... However, QBASIC.EXE lacks compiler features (and no, I don't want MS ... for the IDE. ... I know there is a tool, YACC but can be used for Basic? ...
    (comp.lang.basic.misc)
  • Re: What compilier for Windows?
    ... > between a compiler and an IDE. ... > difference than to browbeat the poor guy? ... An IDE is basically a set of tools ... which form a complete programming environment for a given language. ...
    (comp.lang.cpp)
  • Re: What IDE are you using?
    ... with Visual Studio, is run by default, and whose input and output are integrated into the fabric of the IDE. ... And yes, I do know that one can, if one wants to, run the MS compiler completely independently, from command-line. ... how exactly do you suck out their concept of a project into a say a makefile such that you can build the whole application or system via a simple command or script. ... Not having to learn a whole new way of doing things, different keystrokes, different concepts, etc. and repeat that for every IDE for every language that I use. ...
    (comp.lang.php)
  • Re: Can embed asm code in c#
    ... Adding ILASM ... > could double the complexity of the compiler, IDE, and language to help the ...
    (microsoft.public.dotnet.languages.csharp)

Loading