Re: Basic question about using tolua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Basic question about using tolua
- From: Waldemar Celes <celes@...>
- Date: 2002年12月19日 19:04:11 -0200
tolua -o baseObject_lua.C -H baseObject_lua.hxx baseObject.pkg
you should call the output baseObject_lua.cpp, otherwise VC6 compiles
it as a C program, not C++.
-- waldemar