DeinoMPI Forum

Forum dedicated to discussing DeinoMPI
Welcome to DeinoMPI Forum Sign in | Join | Help
in Search

ERROR: Executable unable not start due to missing dlls: MSVCP90D.DLL MSVCR90D.DLL deino mpi

Last post 04-16-2010, 3:58 AM by admin. 1 replies.
Sort Posts: Previous Next
  •  04-09-2010, 6:26 AM 329

    ERROR: Executable unable not start due to missing dlls: MSVCP90D.DLL MSVCR90D.DLL deino mpi

    Hi, I'm compiling using visual studio pro 2008 under windows 7, the program successfully compiled, but clicking on execute in MPIExcec tab in the Deino Gui the green window doen't show anything and in the verify job tab I get the following message.
    ...
    ERROR: Executable unable not start due to missing dlls: MSVCP90D.DLL MSVCR90D.DLL

    Thanks
  •  04-16-2010, 3:58 AM 331 in reply to 329

    Re: ERROR: Executable unable not start due to missing dlls: MSVCP90D.DLL MSVCR90D.DLL deino mpi

    It appears that you compiled the Debug target for your application, hence the D at the end of the dll names, but the Debug dlls are not available on the target machines.

    1) You can install Visual Studio on all your machines so the debug dlls are available on all the machines.

    2) You can select the /MTd compiler option so that the dlls are statically linked to your application. That way they won't be required on the target hosts because they will be built into your application.

    3) You can run the Release target.
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems