Welcome, Guest. Please login or register.

Author Topic: ANSI C++ forbids declaration `res' with no type  (Read 6800 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline CSixx

  • Sr. Member
  • ****
  • Join Date: Jan 2006
  • Posts: 315
    • Show all replies
Re: ANSI C++ forbids declaration `res' with no type
« on: April 28, 2009, 06:03:51 PM »
Assumptions aren't going to help you.
I get the feeling you are trying to jump right into the meat of development without understanding the basics.

Do you have an MuiTest.h file where you have declared the methods that it is complaining about?

Or have you setup your declarations at the top of your .cpp files instead?

such as:

void DoMethod();