Reputation: 8373
TeeChart .NET is a 100% managed C#.NET Charting Control. Would it still be possible to use the .NET version of the charting control with Visual C++?
I'm contemplating changing IDEs from Codegear to Visual Studio, so the legacy C++ code is obviously not C++/CLI
Upvotes: 2
Views: 193
Reputation: 100288
Visual C++/CLI
?
Create a DLL on VC++/CLI
and link dynamically with your main VC++/non-CLI
project
Upvotes: 1