Results 1 to 7 of 7

Thread: Is my App compatible with 64 BIT editions of XP and Vista?

  1. #1

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Is my App compatible with 64 BIT editions of XP and Vista?

    Hi, I'm testing my 32-BIT application on windows XP Pro, and Windows Vista Home Premium, will there be any problem for my App to run on 64-BIT?

    Also wondering, if my App has no bugs/problems with Home Premium (Vista) will anything on Ultimate (Vista) effect it? like Windows BitLocker Drive Protection? or anything like that?

    Kind Regards
    Me

  2. #2
    Frenzied Member bmahler's Avatar
    Join Date
    Oct 2005
    Location
    Somewhere just west of the Atlantic
    Posts
    1,568

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    If you set your app to compile as x86 it will work on both 32 and 64 bit versions of windows. I have found that if you compile in a 32 bit os as Any Cpu, it will not work on 64 bit versions of windows.
    Boooya
    • Visual Studio 2008 Professional
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • Don't forget to rate helpful posts!
    • If you're question was answered please mark your thread [Resolved]


    Code Contributions:
    PHP
    PHP Image Gallery v1.0PHP Image Gallery v2.0
    VB 2005
    Find Computers on a networkSimple License EncryptionSQL Server Database Access dllUse Reflection to Return Crystal ReportDocumentSilently Print PDFGeneric Xml Serailizer


    Useful Links: (more to come)
    MSDN (The first and foremost)MSDN Design Guidelines API Reference • Inno Setup CompilerInno Setup PreprocessorISTool - Fairly easy to use GUI for creating inno setup projects • Connection StringsNAnt -Automated BuildsCruise Control .NET - Frontend for automated builds

  3. #3

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    I see, thanks, can anyone else confirm this?

    Kind Regards
    Me

  4. #4
    Junior Member
    Join Date
    Apr 2009
    Posts
    30

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    Quote Originally Posted by Icyculyr View Post
    I see, thanks, can anyone else confirm this?

    Kind Regards
    Me
    Yeaps.
    I initially build on AnyCpu (default), then one day, a user complain that it's not working on 64 bit but after compiling on x84, it works for both without any problem.

  5. #5

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    Awesome, thanks a lot guys, why is that, does anyone know?

    Seems a bit strange to me, 64-BIT works on 32 and 64, but 32 not on 64

    Any idea's?

    Kind Regards
    Me

  6. #6
    Frenzied Member
    Join Date
    Mar 2005
    Location
    Sector 001
    Posts
    1,577

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    Since when is 64 working on 32? It is the other way around, the 64-bit CPUs have a hardware enabled 32-bit emulation so they can execute such code without problems.
    VB 2005, Win Xp Pro sp2

  7. #7
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Is my App compatible with 64 BIT editions of XP and Vista?

    Yea, I can't imagine any situation where a x64 compiled program could run on a 32bit machine.

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