TIA.
I have made a c++ dll using VS 2013 which is being called from Delphi XE6. All works fine. When make a Delphi exe and I try to run it on any system that doesn't have VS3013, my exe fails with Access Violation(Access violation at address 00A8451E in module *.exe. Read of address 83EC8B69.) The same thing works and on my system (development machine) and any machine with VS2013.
The DLL i have made is a dynamic dll. I have also tried to use the option "/MTd for Debug" in project settings as suggested in the link below. I also installed "Visual C++ Redistributable Packages for Visual Studio 2013" suggested in the same link. None of them helped. Please suggest.
Link: How to leave Visual Studio 2013 dlls dependencies behind?