lua-users home
lua-l archive

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


>> Besides, you've already added it, too late to change it now....  ;)
>
>Yeah, but thats the 2nd time I had to do that.  Once in v4, and now again in
>v5.  And when a new update comes out, I will have to do it again (or merge
>the diffs).

How about creating a lua.hpp with the code below?

 extern "C"{
 #include "lua.h"
 }

--lhf