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

Ask A Question

Stats

  • Questions 118k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Yes Pretty sure you need to use a/the playback audio… May 11, 2026 at 11:41 pm
  • Editorial Team
    Editorial Team added an answer Download the SDK and search the header files (all the… May 11, 2026 at 11:41 pm
  • Editorial Team
    Editorial Team added an answer Quines are useless in a practical sense, but they're a… May 11, 2026 at 11:41 pm

Related Questions

OK so I have a C++ class that is exposed to Lua using SWIG.
I have a class that is wrapped with swig, and registered with lua. I
Currently I have a set of SWIG wrappers for my classes and it all
In a C function called from my Lua script, I'm using luaL_ref to store

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.