You must Sign In to post a response.
  • Category: Visual Studio

    How to build C++ code to 32 and 64 bit in Visual Studio

    Hi ,

    I am using Visual Studio 2008 and I have c++ project developed in win32/32 bit . I have to take 64 dll from this project. What is the steps to follow ?

    I have one Platform in my Visual Studio Win32. I need to install any additional tool to take take 64 bit DLL ?

    Please assit me.

    Thanks
  • #758214
    Hello Pughaz,

    You just have to deploy that application into 64 Bit.
    That application you will get when you are creating setup file of that application. There is a property named "TargetPlatform" wherever you can chose x86, x64 or Itanium.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."


  • Sign In to post your comments