🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Swig (python) Typemap For Ogre's String Class?

Started by
-1 comments, last by stodge 20 years, 4 months ago
I''m trying to generate some Python bindings for Ogre using SWIG. However, I can''t get it to accept Ogre Strings. When I try to run a test program using a variable of type String, I get: TypeError: Type error. Got Action, expected _p_String I''ve tried creating a typemap, but I can''t seem to find the right combo. Any suggestions appreciated. Thanks
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement