E
E
ErickSkrauch2014-03-07 15:04:28
Delphi
ErickSkrauch, 2014-03-07 15:04:28

Why is msvcr100.dll not available?

We write a program in Delphi.
At the moment of launching javaw through ShellExecute(), an error pops up:
Error: loading путь_к_java\bin\msvcr100.dll
Judging by the fact that I managed to google this error, this error is related to the unavailability of this library. But it is in the Java folder and in the System32 folder, i.e. it cannot be.
I also dug up information that this library is needed mainly by C ++ developers, but what does Delphi have to do with it? And besides, we pass parameters to ShellExecute, we collect the request. So, if you tear out this request and run it through a simple batch file, everything works.
What is the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
ErickSkrauch, 2014-03-07
@ErickSkrauch

Answer found. Foolishly, the little man installed the libraries for x64 and x86 versions in one folder, because of which, of course, the files got mixed up and as a result an error popped up, although everything looked good to the eye.
Be careful)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question