Advertisement

Crash when executing script (free(): invalid next size)

Started by August 15, 2012 12:46 PM
10 comments, last by Shadlington 12 years, 3 months ago
Looking back at the constructors I see that they both have the exact same signature. The constuctor wrapper for the Vec2f and dimension2df look the same to the linker and it probably ends up choosing the wrong one.

The problem is not with using templates, but that they were used incorrectly.


Anyway, I'm pleased that the problem was solved.

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

You're absolutely right!
Just confirmed by reverting to the old code and renaming the original constructor wrappers. It worked.

Thanks again :)

This topic is closed to new replies.

Advertisement