I've created and finished a project using Visual Studio 2013 and C++ programming language. However this was the first time that I use Visual Studio. (I've created this project by New-> Visual C++ -> General-> Empty project) Before I had always programmed in Linux/Ubuntu.
Now, I need to make a GUI to this project and I decided to use plotLab.(http://www.mitov.com/products/plotlab#overview)
While I was searching in this website to find the libraries that I need to download, I saw the following :
Our component libraries come in 3 versions a VCL
- Firemonkey version (for Delphi / C++ Builder / RAD Studio XE3 to XE6)
- MFC compatible Visual C++ version,
- .NET 2.0-4.5 version (compatible with Visual Studio 2005 to 2013).
I'm confused a bit, because it is written Visual C++ version, and a .NET 2.0-4.5 version (compatible with Visual Studio 2005 to 2013). seperately. What should I do since I've never used .NET.
To other words, I'd like to use this PlotLab
in my current C++ project which I've explained above but I'm not sure should I download libraries for Visual C++ or .NET 2.0-4.5 version?