🎉 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!

Exception helpers always uses std::string

Started by
1 comment, last by WitchLord 5 years, 5 months ago

ScriptThrow and ScriptGetExceptionInfo assume that the user-declared string type is always std::string. If you are using your own string class, that is obviously not going to end well. It's not a huge deal, since you can implement them yourself easily enough, but a warning might not be a bad idea...

For the rest, thanks for this new release! ?

Advertisement

I'll try to make the code a bit more friendly for use with custom strings. 

Thanks for the heads up.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement