|
-
Jun 20th, 2010, 01:19 AM
#1
Thread Starter
Lively Member
Code For 64Bit?
Well how can I code for 64bit? Do I just change the way it installs? Is 64bit coding special, is it different?
-
Jun 20th, 2010, 02:54 AM
#2
Re: Code For 64Bit?
What do you mean exactly? Do you want to write code to take advantage of a 64 bit processor?
Any code you write in Visual Basic should run fine on 64 bit as well as 32 bit. You can specificaly compile your code for 64-bit processors using the target platform options in your project properties, but the code itself wouldn't be any different.
-
Jun 20th, 2010, 11:04 AM
#3
Thread Starter
Lively Member
Re: Code For 64Bit?
yea i want to take advantage of the 64 bit processor. Thanks!
-
Jun 20th, 2010, 11:38 AM
#4
Re: Code For 64Bit?
Set your project to compile for "Any CPU" and it'll run as x64 on a x64 OS, and x86 on anything else automatically.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|