[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Visual c++ and LUA
- From: Reuben Thomas <rrt@...>
- Date: Thu, 5 Sep 2002 22:54:13 +0100 (BST)
> Make sure that you have the appropriate LUA source files added to the
> project.
> If its an MFC based app, be sure to turn off precompiled headers for the LUA
> cpp's.
If you've compiled Lua as C, include the Lua headers (note it's "Lua", not
"LUA") inside extern "c" { ... }. The Lua code can be compiled either as
C or C++.
--
http://www.mupsych.org/~rrt/ | egrep, n. a bird that debugs bison