[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problem with my first program
- From: Eric Tetz <erictetz@...>
- Date: Mon, 23 Dec 2002 11:54:34 -0800 (PST)
> extern "C" { #include <lua.h> }
That's a syntax error - nothing to do with Lua. Statements for the preprocessor must preceded only
by whitespace. Change the above to:
extern "C" {
#include <lua.h>
}
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com