Making .Net into Native code?

This caught my eye, it sure would be a nice to have tool or feature of VS. I built a tiny .Net app but cant really depoly it as it needs an install of 3.5, inc a reboot and 20-30 mins of install time.
http://www.xenocode.com/Products/Postbuild/
Anyone else seen anything like this or got any ideas? – I’m trying to re-write that app in Delphi!

Comments

  1. simon says:

    Ross
    These can get expensive but other options are
    Thinstall and salamander
    Joel has a great post on Microsofts inability to create a linker to convert .net code to native code for their own OS. He has a point.
    This is why Delphi is so popular with the ISV crowd
    VB6?

  2. ross says:

    I guess this would be kinda esay for MS to do, all they would have to to is make the framework classes aviable a dll’s then link them unquie like to each app, but i guess from there side of thing that kinda miss the point of building the framework in the first place!

    As i understand it simon, Salamander and Postbuild acuatal convert the code in to native code? where as thinstall builds a small VM – is that right?

  3. UIT says:

    This is where VB 6 excelled. No pun intended. I am serious……… this dot-net stuff really blows.

  4. simon says:

    Ross I’m not sure, to be honest I’m with UIT. I really want to love .net but the whole concept is panttastic.
    I’ve never understood why MS thinks Windows is so poor they need to build a whole new layer on top to run actual programs that people want to use.

Submit a Comment