Home All Groups Group Topic Archive Search About
Author
16 Apr 2005 3:36 AM
yxq
Hello,
Which VB version can make 64-bits programs?

Thank you
Steven

Author
16 Apr 2005 7:33 AM
Cor Ligthert
yxq,

That depends what you mean with 64 bits programs. It is not so that on the
new 64 Windows OS the 32 bits programs don't work.

On many demands from the classic VB developpers has Microsoft decided not to
optimize the 64bit Net version for 64bit use. The integer stays using 32
bits and with that has a slightly lower performance than it could have been.

When you want to optimize it than you have probably to change all integers
to Int64 yourself.

Cor
Author
16 Apr 2005 10:48 AM
M. Posseth
Well i folowed multiple webcasts about 64 bit programming

here is a nice resource :
http://www.route64.net/


And i understood that the .Net framework will handle most of the job  ( you
do not have to deploy seperate versions etc etc )
however it is possible in 1 executable to take advantage of the 64 bit
processing power on 64 bit systems while the same program will still run on
a 32 bit system


hth

Michel Posseth [MCP]




Show quoteHide quote
"Cor Ligthert" <notmyfirstn***@planet.nl> wrote in message
news:uPBmvalQFHA.2876@TK2MSFTNGP09.phx.gbl...
> yxq,
>
> That depends what you mean with 64 bits programs. It is not so that on the
> new 64 Windows OS the 32 bits programs don't work.
>
> On many demands from the classic VB developpers has Microsoft decided not
to
> optimize the 64bit Net version for 64bit use. The integer stays using 32
> bits and with that has a slightly lower performance than it could have
been.
>
> When you want to optimize it than you have probably to change all integers
> to Int64 yourself.
>
> Cor
>
>
Author
16 Apr 2005 11:06 AM
Herfried K. Wagner [MVP]
"yxq" <ga***@163.net> schrieb:
> Which VB version can make 64-bits programs?

No currently existing version can compile 64-bit applications.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
16 Apr 2005 1:25 PM
Doker
> No currently existing version can compile 64-bit applications.
ain't true. Vb 2005 beta can. Just add new building method in build manager.
Author
16 Apr 2005 1:46 PM
Herfried K. Wagner [MVP]
"Doker" <dok***@wp.pl> schrieb:
>> No currently existing version can compile 64-bit applications.
>
> ain't true. Vb 2005 beta can. Just add new building method in build
> manager.

Well, I was referring to released final versions.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>