One question of files that I need in 64 bits
Hi,
I am migrating my application to 64 bits and I get run the application, but when I open one type of windows I get a Unhandled exception. The stack is in this file:
C:\Archivos de programa (x86)\Microsoft Visual Studio 8\VC\atlmfc\src\mfc\afxstate.cpp
Why the folder of this file is Archivos de programa (x86)?(is the same that program files x86). I see the x86 number and I don't know if this is correct or if I have one problem in my configuration.
Can any help me please?
Thanks.
Re: One question of files that I need in 64 bits
Visual Studio is a 32-bit application. That is the reason why it is installed in the folder with (x86).
Re: One question of files that I need in 64 bits
Thanks for the reply.
Therfore I understand that the error don't is a error of configuration.
Thanks.
Re: One question of files that I need in 64 bits
Hi,
searching in my computer I see that I have other afxstate.cpp, this is the location of this file:
C:\Archivos de programa\Microsoft Platform SDK\src\mfc\afxstate.cpp
Therfore I ask the same question that before, Is possible that I have one error of configuration? Is possible that VC2005 are searching the files in folder: "Archivos de programa (x86)\..." when the correct files for work in x64 are in C:\Archivos de programa\Microsoft Platform SDK?
Can any help me please? If I have one error of configuration can any tell me how I can solve this error?
Thanks.
Re: One question of files that I need in 64 bits
Can any help me please?
Thanks.