No constructor generated by SWIG for OverlaySystem

Problems building or running the engine, queries about how to use features etc.
Post Reply
Fredrik_Johansson
Gnoblar
Posts: 1
Joined: Thu Oct 06, 2022 4:06 pm

No constructor generated by SWIG for OverlaySystem

Post by Fredrik_Johansson »

Ogre Version: 13.4.3
Operating System: Windows

I use SWIG to generate C# bindings to Ogre but no constructor is generated for OverlaySystem. I cannot find any other way to instantiate it besides using OgreBites and I don't want to use OgreBites for this project.

I cannot find anything wrong in the SWIG interface files but I’m no expert in that field.

Everything else seems to work just fine so this is a mystery to me.

Any ideas?

Post Reply