I have created an application using TeeChart ActiveX 8.0 in C++. When i run that application in another PC which doesn't have TeeChart, it fails to start and the error i get is:
I then ran the Dependency Walker tool on my application (test.exe) and found that the DLLs, namely, IESHIMS.DLL and WER.DLL are missing. When i searched for this issue in other online forums, most of them said that this might be due to the usage of third party DLLs.This application has failed to start because mfc42d.dll was not found. Re-installing the application may fix this problem.
So can you tell me if there are any specific things to do before creating the application (.exe)? Should i change/include something in the environment path?
I am using Microsoft Visual C++ 6.0 for development and my OS is WinXP SP3.
Waiting for any replies.
Hari