Re: Interpreter.c Problems.

From: Josh Harris (jharris2@ACSU.BUFFALO.EDU)
Date: 01/26/02


Have you declared your levels in structs.h?

Chances are if you go into structs.h and declare your LVL_GOD, the other
two errors will go away.

CODE help:  In C programming you need to "declare" a variable before you
are allowed to use it.  If it's not declared in the ".c" file you are using
or one of the ".h" files included at the top, the compiler will tell you
that you need to declare them before you can use them.  The other two are
probably just an error resulting from the undeclared one.

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT