Home All Groups Group Topic Archive Search About
Author
20 Mar 2006 11:12 AM
andreas
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

Author
20 Mar 2006 11:27 AM
Armin Zingler
"andreas" <andr***@pandora.be> schrieb
> 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?

No.

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
Author
20 Mar 2006 11:30 AM
Ken Tucker [MVP]
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
>
>
>
Author
20 Mar 2006 11:53 AM
Herfried K. Wagner [MVP]
"andreas" <andr***@pandora.be> schrieb:
> 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?

No, that's not supported.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
20 Mar 2006 12:59 PM
m.posseth
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
>
>
>
Author
20 Mar 2006 1:12 PM
Herfried K. Wagner [MVP]
"m.posseth" <mich***@nohausystems.nl> schrieb:
> You might  find  MASM interesting

I wonder why you recommend MASM, which is really low-level.  Maybe Delphi or
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/>
Author
20 Mar 2006 1:34 PM
Cor Ligthert [MVP]
Herfried,

> I wonder why you recommend MASM, which is really low-level.  Maybe Delphi
> or VC++ is the better choice.
>
> --
Have a look at message, which I had send before I saw the one from Michael,
but with the same intention.

Cor
Author
20 Mar 2006 1:03 PM
Cor Ligthert [MVP]
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