<ee2a733e0802130826g7cd82b66nc093c09f8f16016d@mail.gmail.com> ee2a733e0802130826g7cd82b66nc093c09f8f16016d@mail.gmail.com> <ee2a733e0802130847i4bcc1d80mddcd738dd370bfd2@mail.gmail.com> ee2a733e0802130847i4bcc1d80mddcd738dd370bfd2@mail.gmail.com> Im testing swig for wrapper code generation and according to docs, it
should be easy: swig -lua -c++ classA.i
This generates the required code, and such code should have a function
named ClassA_Init(). What I have found is that such function is not
created. Can somebody tell me if Im missing some step?