Results 1 to 4 of 4

Thread: Code For 64Bit?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    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?

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: Code For 64Bit?

    yea i want to take advantage of the 64 bit processor. Thanks!

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    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.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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
  •  



Click Here to Expand Forum to Full Width