Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 246041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:08:21+00:00 2026-05-11T21:08:21+00:00

I created a lua module with a very large number of wrapped C++ classes

  • 0

I created a lua module with a very large number of wrapped C++ classes using swig. The wrappers are generated and compiled (with -Wall) without any issues. However, in a couple of places that I’ve found, I run into the following issue: basic assignment of member data fails.

If I run:

Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require('myModule')
> a = myModule.ClassA()

I can then verify that the metatable attached to “a” contains all of its member data (in this case fields “b” and “c”, of class type ClassB and ClassC respectively.)

I can further do:

> a.b = myModule.ClassB()

which reassigns b to a new instance of ClassB() successfully. However, when I go to do:

> a.b.c = myModule.ClassC()

I receive the error message:

Error in ClassB_c_set (arg 2), expected 'ClassC *' got 'ClassB *'

As though the expression on the right side of the ‘=’ was an object of the same type as the element containing the data field to be reassigned. I’m sure I must be missing something simple, but I’ve been banging my head against the wall for a few hours now to no avail.

Anybody have any thoughts? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T21:08:22+00:00Added an answer on May 11, 2026 at 9:08 pm

    It turns out that this is a bug in SWIG. I’ve submitted a bug report explaining the cause of the problem.

    This problem was actually due to a nested namespace issue combined with a misunderstanding of how SWIG works on my part. I had assumed that each item I brought in via %include in my interface file would be processed the way that gcc processes #includes. However, in SWIG files must be %included in the order their contents are referenced.

    See the linked bug report for clarification.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just downloaded the mysql-proxy and created this script lua (found in Mysql docs):
i created an eventhandler system simplified described by following classes IEventType - containing string
I have simple console application project for live video streaming using cross-platform libs on
I just got homework to create a lua menu which is as small as
If I have some lua code like this: doSomething(function() print(Hello!) end) How can I
I have a simple problem with integrating Lua with c++. I have my project
I was wondering whether Lua has any preemptive multitasking facilities built-in. I would like
I have an ios app needs to migrate to windows phone 7. The app
I have an old Subversion repository with lots of my private projects. Parts of
I have this template set __Self &set(const char *name, lua_CFunction func) { return rawSet(name,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.