lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 12/10/2006, at 3:49 PM, Wesley Smith wrote:

Does anyone have any experience with this problem?  If I don't compile
the file as C++, I get massive errors.  Any ideas?

Without totally understanding the problem, it sounds like you need:

extern "C"
  {
  // whatever it is
  }