|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
machine codeHi,
I presume that I pose now a verry silly question. Is it possible to make a vb.net program a pure exe program, like in the old days, in machine code so that it works always with a intel pentium processor PC and without framework? Thanks for any response "andreas" <andr***@pandora.be> schrieb No.> Hi, > I presume that I pose now a verry silly question. > Is it possible to make a vb.net program a pure exe program, like in > the old days, in machine code so that it works always with a intel > pentium processor PC and without framework? Even data type "Byte" is defined in the framework. Also have a look at ngen.exe (see help index). Be aware that you still need the Framework. Armin No
Ken ------------------- Show quoteHide quote "andreas" <andr***@pandora.be> wrote in message news:u6wTf.326926$WR5.10369085@phobos.telenet-ops.be... > Hi, > I presume that I pose now a verry silly question. > Is it possible to make a vb.net program a pure exe program, like in the > old > days, in machine code so that it works always with a intel pentium > processor > PC and without framework? > Thanks for any response > > > "andreas" <andr***@pandora.be> schrieb: No, that's not supported.> I presume that I pose now a verry silly question. > Is it possible to make a vb.net program a pure exe program, like in the > old > days, in machine code so that it works always with a intel pentium > processor > PC and without framework? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> You might find MASM interesting
http://www.google.nl/search?hl=nl&q=masm&meta= Show quoteHide quote "andreas" <andr***@pandora.be> wrote in message news:u6wTf.326926$WR5.10369085@phobos.telenet-ops.be... > Hi, > I presume that I pose now a verry silly question. > Is it possible to make a vb.net program a pure exe program, like in the > old > days, in machine code so that it works always with a intel pentium > processor > PC and without framework? > Thanks for any response > > > "m.posseth" <mich***@nohausystems.nl> schrieb: I wonder why you recommend MASM, which is really low-level. Maybe Delphi or > You might find MASM interesting VC++ is the better choice. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Herfried,
> I wonder why you recommend MASM, which is really low-level. Maybe Delphi Have a look at message, which I had send before I saw the one from Michael, > or VC++ is the better choice. > > -- but with the same intention. Cor Andreas,
As you state it, you can almost only use as in the old days an assembler language. There are not much program languages which needs not any kind of extra beside the exe especially not on microcomputers.. Cor |
|||||||||||||||||||||||