Thread: Help: stuck while making same game

  1. #1
    Registered User
    Join Date
    Sep 2013
    Posts
    1

    Help: stuck while making same game

    "The Same Game" - Drawing a Game Board in MFC - Cprogramming.com

    I am stuck at first step of that page, i am using visual studio ultimate 2012 and i don't see any such option as indicated on that page
    I am completely new to visual studio have only worked on turbo c++

    this is what i get when i go to properties
    Help: stuck while making same game-untitled-jpg

  2. #2
    Registered User jvac's Avatar
    Join Date
    Sep 2013
    Posts
    7
    What?

    Wrong Forums try visual studio forums.

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    Quote Originally Posted by Ajit Singh View Post
    "The Same Game" - Drawing a Game Board in MFC - Cprogramming.com

    I am stuck at first step of that page, i am using visual studio ultimate 2012 and i don't see any such option as indicated on that page
    I am completely new to visual studio have only worked on turbo c++
    You appear to have the properties of the ResizeWindow message inside your View class, not the properties of the View class itself (which should show all messages).

    You have to go back / up one step to the parent (View).

    I do not use MSVS 2012 but MSDN says the message is still valid in MSVC 2012.

    Here are MS's instructions to add a handler for messages;

    Mapping Messages to Functions


    Quote Originally Posted by jvac View Post
    What?

    Wrong Forums try visual studio forums.
    The game tute is from this site, and it is MFC, so this would appear to be the right forum.
    Last edited by novacain; 09-23-2013 at 05:07 AM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Editable field in basic C game. I'm stuck.
    By stumped_student in forum C Programming
    Replies: 1
    Last Post: 04-26-2012, 09:29 PM
  2. Stuck on a game of craps in C
    By Rob31645 in forum C Programming
    Replies: 3
    Last Post: 02-08-2012, 02:28 AM
  3. Stuck making part of my code work for testing input
    By KevinP in forum C Programming
    Replies: 6
    Last Post: 01-25-2011, 08:52 AM
  4. stuck on card game in C. any suggestions?
    By ihatec++ in forum C Programming
    Replies: 8
    Last Post: 03-19-2010, 11:04 AM
  5. Should I use a game engine in making a RPG game?
    By m3rk in forum Game Programming
    Replies: 6
    Last Post: 01-26-2009, 04:58 AM