|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
64-bits programsyxq,
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 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 > > "yxq" <ga***@163.net> schrieb: No currently existing version can compile 64-bit applications.> Which VB version can make 64-bits programs? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> > No currently existing version can compile 64-bit applications. ain't true. Vb 2005 beta can. Just add new building method in build manager."Doker" <dok***@wp.pl> schrieb: Well, I was referring to released final versions.>> No currently existing version can compile 64-bit applications. > > ain't true. Vb 2005 beta can. Just add new building method in build > manager. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Determine if "Hide extensions for known file types" is active
Need help updating table What scope is best for defining Enum type? VB6 to VB.Net Conversion How to overload method of third party component? creating an array as property of a class Selecting specific columns from a dataview? StringBuilder size question? Limiting the directories somebody can browse to..... Simple Reflection Question |
|||||||||||||||||||||||