Quote Originally Posted by fullmetalcoder View Post
Just the same way, if you distribute only binaries (as your use of MSVC might suggest), they will be compiled on your box and plugins and app will always have the same build key...
Thanks for the info. My concern is with the fact that the app will be compiled on my machine, but it is possible for third-party developers to compile their own plugins for the app. I am trying to determine how much if a problem this could be if they're using a different compiler. Ideally I'd like to be able to provide documentation listing which compilers they could use to create compatible plugins. Is this something that is known, or do I have to try different compilers and see what works and what doesn't?