windows 无法找到过程入口点 _crtCreateSymbolicLinkW
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25675480/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
the procedure entry point _crtCreateSymbolicLinkW couldnot be located
提问by infinityskyline
On starting WAMP
I'm getting this error: the procedure entry point _crtCreateSymbolicLinkW couldnot be located in the dynamic link library MSVCR110.dll
开始时,WAMP
我收到此错误:过程入口点 _crtCreateSymbolicLinkW 无法位于动态链接库 MSVCR110.dll 中
回答by RiggsFolly
BIT NOTE: WAMPServer2.5 will not run on Windows XP, as this dll MSVCR110.dll
cannot be installed on XP.
BIT NOTE: WAMPServer2.5 不能在 Windows XP 上运行,因为这个 dllMSVCR110.dll
不能安装在 XP 上。
Please make sure you have the latest version of all of these Microsoft C/C++ Redistributable runtime libraries. You dont need the whole compiler, just these C/C++ runtime libraries.
请确保您拥有所有这些 Microsoft C/C++ Redistributable 运行时库的最新版本。您不需要整个编译器,只需要这些 C/C++ 运行时库。
FOR WAMPServer 32bit
FOR WAMPServer 32 位
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2008 SP1 可再发行组件包 (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 可再发行组件包 (x86)
If you are using WampServer 2.4 or 2.5 32bit and therefore Apache 2.4.x
如果您使用的是 WampServer 2.4 或 2.5 32 位,因此使用 Apache 2.4.x
Microsoft Visual C++ 2012 is requiredAnd select vcredist_x86.exe
需要 Microsoft Visual C++ 2012并选择 vcredist_x86.exe
FOR WAMPServer 64bit
适用于 WAMPServer 64 位
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2008 SP1 可再发行组件包 (x86)
Yes you need the x86 Package regardless as
wampmanager is a 32bit exe even on a 64 bit install
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 可再发行组件包 (x64)
If you are using WampServer 2.4 64bit
如果您使用的是 WampServer 2.4 64 位
Microsoft Visual C++ 2010 SP1 Redistributable PackageAnd select vcredist_x64.exe
Microsoft Visual C++ 2010 SP1 Redistributable Package并选择 vcredist_x64.exe
Warning:The naming convention used for the redist install files is a bit confusing, so download one, install it, then download the next and install it.... otherwwise you will get confused.
警告:redist 安装文件使用的命名约定有点混乱,所以下载一个,安装它,然后下载下一个并安装它......否则你会感到困惑。
Once they are installed your 'Programs and Features' should look something like this :-
安装后,您的“程序和功能”应如下所示:-
32bit systems
32位系统
64bit systems
64位系统
The Unable to load dll issue
is simply fixed by getting WAMPServer to refresh the SYMLINKS in the ...\apache2.4.9\bin folder
在Unable to load dll issue
简单地由获得WAMPServer刷新在... \ apache2.4.9 \ bin文件夹中固定的符号链接
Do this as follows using the Wampmanager menus :-
使用 Wampmanager 菜单执行以下操作:-
left click wampmanager -> Apache -> Version
and click on the version number, probably 2.4.9
It takes a couple of second to complete and you wont notice anything going on, but the php_intl error should be solved.
完成需要几秒钟,您不会注意到发生了什么,但是 php_intl 错误应该可以解决。