views:

351

answers:

1

Hello,

I am using scons with option compiler=msvc for building c++ modules. After compilation finishes there is no error, however when I want to start the application I get an error which indicates linking problem with QtCore.dll. However, the problem is a little bit deeper. The application uses a dll file also built using scons compiler=msvc. I checked this dll file with depends.exe. It reports that I am missing msvcr90d.dll, ieshims.dll, wer.dll. I checked if anyone else had a similar problem with those dependencies and the answer was usually that the latter two are connected to IE 8. I have it and all the updates have been installed. Also I have Visual Studio C++ Redistributable and the SP1 for it. Also I tried searching for those dll files and only found msvcr90d.dll. It was found in several folders...

How can I fix the problem? Why does my program even depend upon ieshimd.dll and wer.dll if there is no connection between IE8 and my program? Can I somehow download those dlls and add them to the path or something?

Any help is most appreciated.

A: 

I have the same problem. Did you find out the solution?

Thanks.

juls