lua-users home
lua-l archive

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


> >From my own experiences i've found using tolua's built in 
> parsing to work
> much better than using separate pkg files. I find it much much easier
> maintaining your header files with some ToLUA commends than 
> to remember to
> maintain another tolua package file.  Especially once the 
> project gets quite
> large.

I'm sorry, I feel like I've missed something here. Are you saying toLua has
a preprocessor, you have one or you just get toLua to parse your C++ .h
files instead of creating .pkg files? Perhaps you could expand on what you
do?

n