I am trying to best configure a (CLR) Console Project that uses a lot of C++ code, this Project will eventually have a GUI developed exclusively with C#, these GUI controls will most likely come in its majority from a third party package, there are a few developers out there that have really nice GUI controls; at this stage we don't know which one to go with, so... any suggestions would be hunky-dory. Going back to the project settings, would it be better to set the application as a pure clr or a safe one, or should it be better to just make it a cleanclr? I know that there are flavours to choose from, but what I want is not to realize later on that a pureclr does not work well when mixing C++11 code with C# code. I don't want to have problems when passing data from the C# GUI classes to the (CLR)C++ class. One more thing, the C++ code does not use any form of CLI/C++, it is just raw C++ code.
Needless to say, any advice on this matter would be much appreciated.
clr
clr/pure
clr/safe
clr/oldSyntax
Thanks!!
Worry is a misuse of imagination :)