CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Posts
    42

    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.

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    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).
    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    Feb 2007
    Posts
    42

    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.
    Last edited by molistok; July 3rd, 2009 at 01:38 AM. Reason: Error in my last reply

  4. #4
    Join Date
    Feb 2007
    Posts
    42

    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.
    Last edited by molistok; July 6th, 2009 at 02:15 AM. Reason: Error in my text

  5. #5
    Join Date
    Feb 2007
    Posts
    42

    Re: One question of files that I need in 64 bits

    Can any help me please?
    Thanks.

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

Featured