I have a project which uses an ATL component to create pie charts. It's working fine in Visual Studio 2010 but when I migrate it to Visual Studio 2015, its not working or not instantiated. It's crashing at runtime
- I have installed VS 2015 with the C++ support on Windows 7.
- I have set the platform toolset to v140.
- I have installed the VS 2015 x86 redistributable package .
- Target platform version 8.1.
- Tried adding ATL support in existing MFC project by ATL wizard. This causes crash in ATL
(_pModule == 0)
and some Dlls also not registered due to this change so I had to revert the changes.