Re: Visual Studio 2010 SSGM202+Scripts344 Projects [message #437286 is a reply to message #437253] |
Fri, 01 October 2010 07:00 |
|
saberhawk
Messages: 1068 Registered: January 2006 Location: ::1
Karma:
|
General (1 Star) |
|
|
Ethenal wrote on Thu, 30 September 2010 17:26 |
zunnie wrote on Tue, 21 September 2010 08:18 |
Edit2: Ok, it appears that PLUGINS are not compatible when compiled with VS2010... Anyone who wants a copy of the SSGM source for VS2010 anyway then contact me..
|
It's because they're compiled with a different version of C++. If you get the source for the plugins and then compile them with 2010 as well, they'll work fine. However, that means any plugin that is closed source (plenty of them) are useless.
|
That's not really the issue with the plugins; basically the problem is because SSGM's public interface is "infected" with std classes (which was a bad design decision in my opinion). Standard library classes are subject to change between compiler versions and that's exactly what happened here. :/
|
|
|