No announcements
Found 2622877 threads
-
0 Votes
64 bit in Visual Studio 2010
Another 64-bit data type in Visual C++ is long long.Answered | 16 Replies | 10842 Views | Created by rbator(1) - Wednesday, August 25, 2010 12:21 PM | Last reply by Brian Muth - Thursday, August 26, 2010 3:48 PM -
1 Votes
64-bit Applications in Visual Studio 2010 Ultimate
It depends on your CPU and OS is 64-bit capable or not.Answered | 5 Replies | 5248 Views | Created by Hell-Zerg - Sunday, May 15, 2011 11:21 AM | Last reply by Hell-Zerg - Thursday, June 16, 2011 1:47 PM -
2 Votes
How deploy an "Any CPU" application to either x86 or x64 platforms
It's not Visual Studio - it's Windows Installer.Answered | 14 Replies | 26680 Views | Created by CodeSlinger - Thursday, October 8, 2009 7:21 AM | Last reply by Alok c Shahi - Sunday, October 14, 2012 5:34 PM -
0 Votes
visual studio 2010 64 bit MSVCRTD.lib(ti_inst.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
Hi, The error is explicit, you are trying to link libraries that were compiled with different CPU targets.Answered | 1 Replies | 3270 Views | Created by lupo7777 - Thursday, May 7, 2015 10:02 AM | Last reply by Azam Khan - MSFT - Friday, May 8, 2015 1:43 AM -
3 Votes
Visual Studio 2010 64 bit Prerequisites (x64) installation fails
Mine is Windows 7 Home Edition 64 bit and it's acer laptop.Answered | 39 Replies | 85687 Views | Created by ekowwillis - Monday, April 19, 2010 5:20 PM | Last reply by Jairo Martínez - Wednesday, May 20, 2015 1:30 AM -
0 Votes
Visual Studio 2013 for Vista 64 bit systems
Visual Studio 2013 system requirements are in the below, it doesn't contain Windows Vista: Supported Operating ...Answered | 1 Replies | 555 Views | Created by CosmicDebris - Wednesday, December 23, 2015 3:55 PM | Last reply by 宝宝徐 - Thursday, December 24, 2015 7:26 AM -
5 Votes
When to compile with any CPU, and when compile x86 and x64 separately?
For Any CPU, x86 and x64, an Any CPU assembly will JIT to 64 bit code when loaded into 64 ...Answered | 4 Replies | 9986 Views | Created by ComptonAlvaro - Friday, August 11, 2017 11:51 AM | Last reply by Wendy Zang - Tuesday, August 29, 2017 3:15 PM -
4 Votes
Any CPU vs x86 vs x64 Solution Platforms
x64 option compiles your assembly to be run by the 64-bit common language runtime on a computer that supports the AMD64 or EM64T instruction set.Answered | 1 Replies | 49955 Views | Created by jdp12383 - Thursday, September 30, 2010 5:59 AM | Last reply by SamAgain - Friday, October 1, 2010 8:14 AM -
1 Votes
How to compile Functions project for x86 or x64 - not "Any CPU"?
The version numbering was a bit confusing, because visual studio says its using a version 1.4.0, but in reality that's version 1.0.15 of the function tools.Answered | 2 Replies | 1740 Views | Created by ryanils - Monday, October 29, 2018 3:28 PM | Last reply by ryanils - Monday, October 29, 2018 9:43 PM -
0 Votes
visual studio 2010 for 64 bit
In addition the following blog entry might be of ...Answered | 2 Replies | 2255 Views | Created by mstark001 - Tuesday, July 2, 2013 6:55 PM | Last reply by Konrad Neitzel - Tuesday, July 2, 2013 8:17 PM -
0 Votes
Visual Studio 2010-any cpu/X86/x64 on Window7 64 bit
we are using Visual studio 2005(framework 2.0) on win XP machine.Our application is working perfectly in this environment.Unanswered | 1 Replies | 2714 Views | Created by Nitin Varshneya - Tuesday, January 29, 2013 3:58 AM | Last reply by Rob Schneider - Tuesday, January 29, 2013 5:01 AM -
2 Votes
Windows 7 64-bit & Visual Studio
I was told Visual Studio 2005 includes some 16-bit DLLs that are definitely not compatible with Windows 7 64-bit machines.Answered | 6 Replies | 3761 Views | Created by polyboy77 - Wednesday, October 13, 2010 1:38 AM | Last reply by Cor Ligthert - Wednesday, October 13, 2010 6:14 PM -
0 Votes
Visual Studio 2010-any cpu/X86/x64 on Window7 64 bit
we are using Visual studio 2005(framework 2.0) on win XP machine.Our application is working perfectly in this environment.Answered | 1 Replies | 1373 Views | Created by Nitin Varshneya - Wednesday, January 30, 2013 7:36 AM | Last reply by Konrad Neitzel - Wednesday, January 30, 2013 7:54 AM -
1 Votes
x86 , x64 and IA64?
x86 is 32 bit x64 is 64 bit IA64 is a special 64 bit CPU architecture from Intel that is ...Answered | 2 Replies | 5219 Views | Created by Mohamed Elghamry - Friday, September 3, 2010 8:09 PM | Last reply by John Anthony Oliver - Friday, September 3, 2010 10:36 PM -
0 Votes
Which is the best choice - X86 or Any CPU ?
If the application has to run in both 32 bit and 64 bit, a) if it is using any 32 bit ...Answered | 5 Replies | 13702 Views | Created by Dominic Abraham - Wednesday, May 15, 2013 5:03 AM | Last reply by Dominic Abraham - Wednesday, May 15, 2013 11:42 AM -
1 Votes
Open GL and 64 bit Visual Studio 2010
have not 64 bit OpenGL library ?Answered | 6 Replies | 12102 Views | Created by rbator(1) - Monday, September 27, 2010 5:20 PM | Last reply by Brian Muth - Monday, September 27, 2010 10:21 PM -
0 Votes
How to develope 32 bits applications if I have Win 7 64 bits and Visual Studio 64 bits
You can compile an application for 32-bit by setting the Platform option of the project to x86 (Build...Configuration Manager...Platform).Answered | 2 Replies | 3903 Views | Created by Geurys - Monday, March 14, 2011 1:05 PM | Last reply by Calvin_Gao - Wednesday, March 16, 2011 9:20 AM -
0 Votes
msi install for both x86 and 64-bit
You need to view the user interface for the setup project in Visual Studio.Answered | 4 Replies | 2968 Views | Created by jskufca - Wednesday, October 3, 2012 10:54 PM | Last reply by Ken Slovak MVP - Thursday, October 4, 2012 3:07 PM -
0 Votes
Can 32 bit Visual Studio 2010,softwares will be loaded successfully on Windows?
Visual Studio 2010 will allow you to create both 32 bit AND 64 bit applications.Answered | 6 Replies | 3476 Views | Created by Anindita Roy Das - Thursday, December 15, 2011 12:14 PM | Last reply by Anindita Roy Das - Tuesday, December 20, 2011 2:57 PM -
0 Votes
Changing build configuration from 'Any CPU' to 'x64'
Hi Anuj.TataSteel, Please share the detailed error messages, please also compare your apps using X86, check it again.Answered | 2 Replies | 2340 Views | Created by Anuj.TataSteel - Tuesday, September 27, 2016 7:26 AM | Last reply by Jack Zhai-MSFT - Thursday, September 29, 2016 10:02 AM - Items 1 to 20 of 2622877 Next ›
No announcements