Thread: visual studio 2010 compile vs when prompted not by the creation resource.h

  1. #1
    Registered User
    Join Date
    Sep 2010
    Posts
    3

    visual studio 2010 compile vs when prompted not by the creation resource.h

    Sorry ..I am nglish is not good.
    I am just learning c + +, I downloaded the visual studio 2010
    When I create MFC project, compile time, the program prompts the project resource.h file is not created by the visual studio,
    When I open the resource.h view, we found, I change the MFC interface controls, resource.h not all statements of the control variables change.
    Still retained the way when it was established!!!

    What trouble you help me solve the problem. Thank you!!

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Did you change the folder structure of the project? When it comes to MFC projects resource.h and the .rc are put in specific places when the project is created. If you move those you must update your project, files that include the header, and the .rc which includes resource.h.

  3. #3
    Registered User
    Join Date
    Sep 2010
    Posts
    3
    Thank you Bubba
    After several hours of settlement, has been found to be present when the choice as the new MFC caused regional language.
    When I select the English language created no problem. And select other language will have this problem.
    Excuse me Bubba. How to modify the MFC created the default regional language?

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    I have no idea. Perhaps MSDN has more information.

  5. #5
    Registered User
    Join Date
    Sep 2010
    Posts
    3
    Thank you Bubba
    At present only the case. Thank you very much for answering my doubts!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with cin and strings
    By putzboy20 in forum C++ Programming
    Replies: 4
    Last Post: 05-11-2010, 08:38 PM
  2. what am I missing? (Program won't compile)
    By steals10304 in forum C Programming
    Replies: 3
    Last Post: 08-25-2009, 03:01 PM
  3. Problem Compiling Program
    By wco5002 in forum C++ Programming
    Replies: 13
    Last Post: 11-06-2007, 12:56 PM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM