Found some neat graphing software for 2D and 3D applications at CodeProject. Looking forward to using with MS VC++ Express, which I just downloaded and installed. Can I do this? Is it legal? The creator offers what seem to be some options, but I'm not sure the header files are compliant with MS VC++ (Express) classes. For that reason, I'm contemplating the DLL option with one, 3D graphing "adder", and an OCX option with the 2D graphing software. How can I add these to the toolbox under Windows XP, or is that not possible? Do I need to go with the header file option only, or are the class library issues obstructive? (Don't want this installation to crash, or to violate a license merely by using an OCX or DLL instead of a header file.)
Thanks!