Seth
Seth

Reputation: 8373

Is it possible to use the .NET version of TeeChart with C++?

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

Answers (1)

abatishchev
abatishchev

Reputation: 100288

Visual C++/CLI ?

Create a DLL on VC++/CLI and link dynamically with your main VC++/non-CLI project

Upvotes: 1

Related Questions