Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » How to setup a Visual Studio 2010 SSGM plugin?
Re: How to setup a Visual Studio 2010 SSGM plugin? [message #449530 is a reply to message #449420] Sat, 09 July 2011 13:19 Go to previous messageGo to previous message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma:
General (1 Star)
I don't have a VS2010 plugin solution handy, but I do have some knowledge about the problem. The SSGM built off scripts 3.x uses std:: classes in the plugin interface. The problem with that is that said classes aren't guaranteed to stay the same between different compiler versions. When you write code that uses them and it's only for "internal" code (ie not a public plugin interface you expect other people to write plugins with) and you make sure to compile everything using the same compiler version, it's fine. This is known as the "fragile binary interface problem". If you compile everything (SSGM and every plugin you use) with VS2010, the problem is avoided.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hey its me again with a questions to bear!!??Maybe i will get answers?
Next Topic: Renegade Mutants Site
Goto Forum:
  


Current Time: Wed Dec 18 13:56:57 MST 2024

Total time taken to generate the page: 0.00747 seconds